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 ca067304..2b02fc0d 100644
--- a/src/resolve/use.cpp
+++ b/src/resolve/use.cpp
@@ -231,6 +231,9 @@ void Resolve_Use_Mod(const ::AST::Crate& crate, ::AST::Module& mod, ::AST::Path
(
BUG(Span(), "Unexpected item in trait - " << ti.data.tag_str());
),
+ (None,
+ // Deleted, ignore
+ ),
(Type,
),
(Function,