summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-09-11 15:42:08 +0800
committerJohn Hodge <tpg@mutabah.net>2016-09-11 15:42:08 +0800
commited7616f4ca8383e8b98aa65877e05c144dafc4de (patch)
tree7684650f9c06f71d4699cdfb953b850c5c0cae00 /src/main.cpp
parent605f482f998628133703b4346e923bdab7ccd7f8 (diff)
downloadmrust-ed7616f4ca8383e8b98aa65877e05c144dafc4de.tar.gz
macro_rules - Rework to handle vec! edge case
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 85916db5..f25bcb0f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -33,7 +33,7 @@ void init_debug_list()
{
g_debug_disable_map.insert( "Parse" );
g_debug_disable_map.insert( "LoadCrates" );
- g_debug_disable_map.insert( "Expand" );
+ //g_debug_disable_map.insert( "Expand" );
g_debug_disable_map.insert( "Resolve Use" );
g_debug_disable_map.insert( "Resolve Index" );