summaryrefslogtreecommitdiff
path: root/src/resolve/index.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-08-19 11:15:45 +0800
committerJohn Hodge <tpg@mutabah.net>2016-08-19 11:15:45 +0800
commitb7b634f517967da41befff67d579c5a1afa8d016 (patch)
tree60f279e93a05d51acb94637c21cf5a0110bb008a /src/resolve/index.cpp
parenta3e8257c4f77f197c9be2dbae7aaddb81257abb2 (diff)
downloadmrust-b7b634f517967da41befff67d579c5a1afa8d016.tar.gz
AST - Macro invocations in item list
Diffstat (limited to 'src/resolve/index.cpp')
-rw-r--r--src/resolve/index.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resolve/index.cpp b/src/resolve/index.cpp
index eeae3f5b..57f33cc6 100644
--- a/src/resolve/index.cpp
+++ b/src/resolve/index.cpp
@@ -79,6 +79,8 @@ void Resolve_Index_Module_Base(AST::Module& mod)
TU_MATCH(AST::Item, (i.data), (e),
(None,
),
+ (MacroInv,
+ ),
// - Types/modules only
(Module,
p.bind( ::AST::PathBinding::make_Module({&e}) );