parent
485ef93e49
commit
96566276e3
@ -2740,6 +2740,8 @@ impl Rewrite for ast::ForeignItem {
|
||||
format!("{}{}{};", prefix, sep, ty_str)
|
||||
})
|
||||
}
|
||||
// FIXME(#2097) support extern types.
|
||||
ast::ForeignItemKind::Ty => unimplemented!(),
|
||||
}?;
|
||||
|
||||
let missing_span = if self.attrs.is_empty() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user