mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
0177e98a6d
tests/debuginfo/function-arg-initialization.rs: Stop disabling SingleUseConsts MIR pass This test passes locally for me. Let's see if it passes CI too. Discovered while I worked on https://github.com/rust-lang/rust/pull/150201. CC rust-lang/rust#128945