parent
485ef93e49
commit
96566276e3
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue