diff options
Diffstat (limited to 'src/resolve/index.cpp')
-rw-r--r-- | src/resolve/index.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resolve/index.cpp b/src/resolve/index.cpp index 4e1766c6..0ff94db4 100644 --- a/src/resolve/index.cpp +++ b/src/resolve/index.cpp @@ -144,6 +144,8 @@ void Resolve_Index_Module_Base(const AST::Crate& crate, AST::Module& mod) { if( i.name != "" ) { + // TODO: Ensure that the path is canonical? + const auto& sp = i.data.sp; struct H { static void handle_pb(const Span& sp, AST::Module& mod, const AST::Named<AST::UseStmt>& i, const AST::PathBinding& pb, bool allow_collide) |