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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/use.cpp b/src/resolve/use.cpp
index 33669f22..57679f8b 100644
--- a/src/resolve/use.cpp
+++ b/src/resolve/use.cpp
@@ -352,7 +352,7 @@ void Resolve_Use_Mod(const ::AST::Crate& crate, ::AST::Module& mod, ::AST::Path
TODO(span, "Recurse to get binding for an import");
),
(Module,
- return ::AST::PathBinding::make_Module({nullptr});
+ return ::AST::PathBinding::make_Module({nullptr, &e});
),
(TypeAlias,
return ::AST::PathBinding::make_TypeAlias({nullptr});