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 f7d9442c..a5fcec90 100644
--- a/src/resolve/use.cpp
+++ b/src/resolve/use.cpp
@@ -440,7 +440,7 @@ void Resolve_Use_Mod(const ::AST::Crate& crate, ::AST::Module& mod, ::AST::Path
return ::AST::PathBinding::make_Struct({nullptr, &e});
),
(Trait,
- return ::AST::PathBinding::make_Trait({nullptr});
+ return ::AST::PathBinding::make_Trait({nullptr, &e});
)
)
}