Use Names in path fragments and MacroDef
This commit is contained in:
parent
64fb709f99
commit
a636a83caa
10 changed files with 40 additions and 39 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue