summaryrefslogtreecommitdiff
path: root/src/mir/from_hir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir/from_hir.cpp')
-rw-r--r--src/mir/from_hir.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir/from_hir.cpp b/src/mir/from_hir.cpp
index 17de43c2..e13b9db1 100644
--- a/src/mir/from_hir.cpp
+++ b/src/mir/from_hir.cpp
@@ -2533,6 +2533,7 @@ namespace {
// NOTE: Can't clean up yet, as consteval isn't done
//MIR_Cleanup(resolve, path, fcn, args, ptr->m_res_type);
+ //DEBUG("MIR Dump:" << ::std::endl << FMT_CB(ss, MIR_Dump_Fcn(ss, fcn, 1);));
MIR_Validate(resolve, path, fcn, args, ptr->m_res_type);
if( getenv("MRUSTC_VALIDATE_FULL_EARLY") ) {