Allow selective macro import

This commit is contained in:
Keegan McAllister 2015-01-02 12:50:45 -08:00
parent 0816255c80
commit aa69cbde82
19 changed files with 299 additions and 8 deletions

View file

@ -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>,
}