summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-09-15 10:28:04 +0800
committerJohn Hodge <tpg@mutabah.net>2016-09-15 10:28:04 +0800
commitb150106b0fc68d52b492ffe485e3c9c3ddad1c22 (patch)
tree72b8139ae29059bc1be2b06d97868fc3bc29ec14 /src/main.cpp
parent1b8a291c385ef116a30ff3f643eb82d0163549f6 (diff)
downloadmrust-b150106b0fc68d52b492ffe485e3c9c3ddad1c22.tar.gz
Restructure - Don't insert automatic () statements at end of blocks
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..5b2ee161 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -47,7 +47,7 @@ void init_debug_list()
g_debug_disable_map.insert( "Constant Evaluate" );
g_debug_disable_map.insert( "Typecheck Outer");
- g_debug_disable_map.insert( "Typecheck Expressions" );
+ //g_debug_disable_map.insert( "Typecheck Expressions" );
g_debug_disable_map.insert( "Expand HIR Annotate" );
g_debug_disable_map.insert( "Expand HIR Closures" );