diff options
-rw-r--r-- | src/resolve/index.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resolve/index.cpp b/src/resolve/index.cpp index 66a9ec3d..93e5c742 100644 --- a/src/resolve/index.cpp +++ b/src/resolve/index.cpp @@ -394,7 +394,9 @@ void Resolve_Index_Module_Wildcard(AST::Crate& crate, AST::Module& mod, bool han ), (Crate, - TODO(sp, "Glob import of crate"); + DEBUG("Glob crate " << i_data.path); + const auto& hmod = e.crate_->m_hir->m_root_module; + Resolve_Index_Module_Wildcard__glob_in_hir_mod(sp, crate, mod, hmod, i_data.path, i.is_pub); ), (Module, DEBUG("Glob mod " << i_data.path); |