mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
dd151beeb6
The capture of i in assert_ne!() is now known read-only, which enables early SROA. Block this by passing i to println, where we currently cannot recognize this.