summaryrefslogtreecommitdiff
path: root/src/resolve/absolute.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-10-26 18:17:16 +0800
committerJohn Hodge <tpg@mutabah.net>2016-10-26 18:17:16 +0800
commit3168dfe866620f3c68e37c1ac2838af0ee1bda8d (patch)
tree75710573cc3e08d9136cbb28884fc4e0e8c3cfcf /src/resolve/absolute.cpp
parented7017e42e6a36f5ab24ed970f5c743187f2c012 (diff)
downloadmrust-3168dfe866620f3c68e37c1ac2838af0ee1bda8d.tar.gz
Resolve Use - Fix alternate binding code
Diffstat (limited to 'src/resolve/absolute.cpp')
-rw-r--r--src/resolve/absolute.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/absolute.cpp b/src/resolve/absolute.cpp
index 1077702a..d8b167c4 100644
--- a/src/resolve/absolute.cpp
+++ b/src/resolve/absolute.cpp
@@ -420,7 +420,7 @@ struct Context
}
// Top-level module
- DEBUG("- Top module");
+ DEBUG("- Top module (" << m_mod.path() << ")");
::AST::Path rv;
if( this->lookup_in_mod(m_mod, name, mode, rv) ) {
return rv;