mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-26 22:26:26 +03:00
6cde179355
Make `storage-live.rs` robust against rustc internal changes. Currently it can be made to fail by rearranging code within `compiler/rustc_mir_transform/src/lint.rs`. This is a precursor to #125443. r? ```@lqd```