We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55e92b commit 3eb26d1Copy full SHA for 3eb26d1
src/librustc_mir/transform/inline.rs
@@ -48,7 +48,7 @@ impl<'tcx> MirMapPass<'tcx> for Inline {
48
tcx: TyCtxt<'a, 'tcx, 'tcx>,
49
hooks: &mut [Box<for<'s> MirPassHook<'s>>]) {
50
51
- //if tcx.sess.opts.debugging_opts.mir_opt_level < 2 { return; }
+ if tcx.sess.opts.debugging_opts.mir_opt_level < 2 { return; }
52
53
let _ignore = tcx.dep_graph.in_ignore();
54
0 commit comments