diff options
author | John Hodge <tpg@mutabah.net> | 2016-10-26 18:17:16 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-10-26 18:17:16 +0800 |
commit | 3168dfe866620f3c68e37c1ac2838af0ee1bda8d (patch) | |
tree | 75710573cc3e08d9136cbb28884fc4e0e8c3cfcf /src/resolve/absolute.cpp | |
parent | ed7017e42e6a36f5ab24ed970f5c743187f2c012 (diff) | |
download | mrust-3168dfe866620f3c68e37c1ac2838af0ee1bda8d.tar.gz |
Resolve Use - Fix alternate binding code
Diffstat (limited to 'src/resolve/absolute.cpp')
-rw-r--r-- | src/resolve/absolute.cpp | 2 |
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; |