1
Fork 0

Use Names in path fragments and MacroDef

This commit is contained in:
Vadim Petrochenkov 2015-09-20 14:51:40 +03:00
parent 64fb709f99
commit a636a83caa
10 changed files with 40 additions and 39 deletions

View file

@ -210,12 +210,12 @@ pub struct DefaultImpl {
}
pub struct Macro {
pub name: Ident,
pub name: Name,
pub id: ast::NodeId,
pub attrs: Vec<ast::Attribute>,
pub whence: Span,
pub stab: Option<attr::Stability>,
pub imported_from: Option<Ident>,
pub imported_from: Option<Name>,
}
pub struct ExternCrate {