Move #[macro_reexport] to extern crate
This commit is contained in:
parent
60be2f52d2
commit
0816255c80
13 changed files with 53 additions and 71 deletions
|
@ -1708,6 +1708,7 @@ pub struct MacroDef {
|
|||
pub id: NodeId,
|
||||
pub span: Span,
|
||||
pub imported_from: Option<Ident>,
|
||||
pub export: bool,
|
||||
pub body: Vec<TokenTree>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue