diff options
Diffstat (limited to 'src/hir/from_ast_expr.cpp')
-rw-r--r-- | src/hir/from_ast_expr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir/from_ast_expr.cpp b/src/hir/from_ast_expr.cpp index ea46c4c3..13b0f47c 100644 --- a/src/hir/from_ast_expr.cpp +++ b/src/hir/from_ast_expr.cpp @@ -37,6 +37,7 @@ struct LowerHIR_ExprNode_Visitor: if( v.m_local_mod ) { // TODO: Populate m_traits from the local module's import list + rv->m_local_mod = LowerHIR_SimplePath(v.span(), v.m_local_mod->path()); } m_rv.reset( static_cast< ::HIR::ExprNode*>(rv) ); |