summaryrefslogtreecommitdiff
path: root/src/resolve/use.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resolve/use.cpp')
-rw-r--r--src/resolve/use.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resolve/use.cpp b/src/resolve/use.cpp
index 361cca76..e68580ee 100644
--- a/src/resolve/use.cpp
+++ b/src/resolve/use.cpp
@@ -219,6 +219,9 @@ void Resolve_Use_Mod(const ::AST::Crate& crate, ::AST::Module& mod, ::AST::Path
(None,
// IMPOSSIBLE - Handled above
),
+ (MacroInv,
+ BUG(span, "HIt MacroInv in use resolution");
+ ),
(Crate,
//return ::AST::PathBinding::make_Crate({&e});
TODO(span, "Handle importing from a crate");