Skip to content

Commit 0d207cb

Browse files
committed
always build MIR
1 parent 380d767 commit 0d207cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/dump.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl<'a, 'tcx> OuterDump<'a, 'tcx> {
6262
}
6363
}
6464

65-
let always_build_mir = self.tcx.sess.opts.always_build_mir;
65+
let always_build_mir = true;
6666
if !built_mir && always_build_mir {
6767
let mut closure_dump = InnerDump { tcx: self.tcx, attr: None };
6868
walk_op(&mut closure_dump);

0 commit comments

Comments
 (0)