summaryrefslogtreecommitdiff
path: root/src/resolve/index.cpp
diff options
context:
space:
mode:
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}) );