We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380d767 commit 0d207cbCopy full SHA for 0d207cb
src/librustc_mir/dump.rs
@@ -62,7 +62,7 @@ impl<'a, 'tcx> OuterDump<'a, 'tcx> {
62
}
63
64
65
- let always_build_mir = self.tcx.sess.opts.always_build_mir;
+ let always_build_mir = true;
66
if !built_mir && always_build_mir {
67
let mut closure_dump = InnerDump { tcx: self.tcx, attr: None };
68
walk_op(&mut closure_dump);
0 commit comments