We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9aed86 commit b456307Copy full SHA for b456307
compiler/rustc_mir_transform/src/normalize_array_len.rs
@@ -13,7 +13,6 @@ pub struct NormalizeArrayLen;
13
14
impl<'tcx> MirPass<'tcx> for NormalizeArrayLen {
15
fn is_enabled(&self, sess: &rustc_session::Session) -> bool {
16
- // See #105929
17
sess.mir_opt_level() >= 3
18
}
19
0 commit comments