From d004d8293e289942a99a2137ce0a0455cf078b0d Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 22 Mar 2015 18:57:47 +0800 Subject: Wildcard lookups in convert resolve, use processing of anon modules --- src/ast/path.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ast/path.cpp') diff --git a/src/ast/path.cpp b/src/ast/path.cpp index 8e73c095..7eab20dd 100644 --- a/src/ast/path.cpp +++ b/src/ast/path.cpp @@ -78,6 +78,7 @@ void Path::resolve(const Crate& root_crate) const bool is_last = (i+1 == m_nodes.size()); const bool is_sec_last = (i+2 == m_nodes.size()); const PathNode& node = m_nodes[i]; + DEBUG("[" << i << "/"<