Allow selective macro import
This commit is contained in:
parent
0816255c80
commit
aa69cbde82
19 changed files with 299 additions and 8 deletions
|
@ -1709,6 +1709,7 @@ pub struct MacroDef {
|
|||
pub span: Span,
|
||||
pub imported_from: Option<Ident>,
|
||||
pub export: bool,
|
||||
pub use_locally: bool,
|
||||
pub body: Vec<TokenTree>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue