From 496b69d8b603e69f728320d1db8155a4575afdd0 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 12 Oct 2016 10:04:54 +0800 Subject: Expand - Clear deleted anon modules inside anon modules --- src/resolve/index.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resolve/index.cpp') diff --git a/src/resolve/index.cpp b/src/resolve/index.cpp index 089edd66..3a309305 100644 --- a/src/resolve/index.cpp +++ b/src/resolve/index.cpp @@ -218,7 +218,7 @@ void Resolve_Index_Module_Base(const AST::Crate& crate, AST::Module& mod) } }; if( i_data.path.binding().is_Unbound() ) { - BUG(sp, "Import left unbound ("<