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 22bf5fd commit 9ec0867Copy full SHA for 9ec0867
compiler/rustc_mir_transform/src/lib.rs
@@ -566,8 +566,6 @@ fn run_optimization_passes<'tcx>(tcx: TyCtxt<'tcx>, body: &mut Body<'tcx>) {
566
&separate_const_switch::SeparateConstSwitch,
567
&simplify::SimplifyLocals::new("before-const-prop"),
568
©_prop::CopyProp,
569
- //
570
- // FIXME(#70073): This pass is responsible for both optimization as well as some lints.
571
&const_prop::ConstProp,
572
&dataflow_const_prop::DataflowConstProp,
573
//
0 commit comments