From 991574f89128f8f6189e965c097566621816eb0b Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 20 Sep 2017 22:33:34 +0800 Subject: (minor) Debug printing changes --- src/hir/from_ast.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hir') diff --git a/src/hir/from_ast.cpp b/src/hir/from_ast.cpp index 48aa7af4..b005f79b 100644 --- a/src/hir/from_ast.cpp +++ b/src/hir/from_ast.cpp @@ -1181,6 +1181,7 @@ void _add_mod_val_item(::HIR::Module& mod, ::std::string name, bool is_pub, ::H { const auto& sp = item.data.span; auto item_path = ::HIR::ItemPath(path, item.name.c_str()); + DEBUG(item_path << " " << item.data.tag_str()); TU_MATCH(::AST::Item, (item.data), (e), (None, ), -- cgit v1.2.3