diff options
Diffstat (limited to 'src/ast/path.hpp')
-rw-r--r-- | src/ast/path.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ast/path.hpp b/src/ast/path.hpp index b1453f04..89804b61 100644 --- a/src/ast/path.hpp +++ b/src/ast/path.hpp @@ -20,6 +20,7 @@ #include "../include/ident.hpp" class TypeRef; +class MacroRules; namespace HIR { class Module; @@ -138,7 +139,7 @@ TAGGED_UNION_EX(PathBinding_Macro, (), Unbound, ( }), (MacroRules, struct { const ExternCrate* crate_; // Can be NULL - //const MacroRules* mac; + const MacroRules* mac; }) ), (), (), |