diff options
Diffstat (limited to 'src/ast/path.cpp')
-rw-r--r-- | src/ast/path.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 << "/"<<m_nodes.size()<<"]: " << node); if( node.name()[0] == '#' ) { |