From ed7017e42e6a36f5ab24ed970f5c743187f2c012 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 26 Oct 2016 16:51:16 +0800 Subject: Resolve Index - Glob crates --- src/resolve/index.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3