From aa69cbde8279cd90457454c3b3f40a36e8a79dff Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Fri, 2 Jan 2015 12:50:45 -0800 Subject: Allow selective macro import --- src/libsyntax/ast.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsyntax/ast.rs') diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index e34060a73c1..0f90e31c17e 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -1709,6 +1709,7 @@ pub struct MacroDef { pub span: Span, pub imported_from: Option, pub export: bool, + pub use_locally: bool, pub body: Vec, } -- cgit 1.4.1-3-g733a5