summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-09-15 10:46:21 +0800
committerJohn Hodge <tpg@mutabah.net>2016-09-15 10:46:21 +0800
commitf3a065776fb6c584aae14dc9010e3e3edfbfd022 (patch)
tree04e7cbed4f280dfcdbe23cc291c620c191d8d360 /src
parent83512a2b797d69c536b5e8765cd98f0490d09c47 (diff)
downloadmrust-f3a065776fb6c584aae14dc9010e3e3edfbfd022.tar.gz
Main - Revert accidental commit with debug enabled
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5b2ee161..85916db5 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" );