rust/compiler/rustc_mir
bors 602899cd01 Auto merge of #79931 - RalfJung:no-redundant-storage-live, r=oli-obk
make redundant StorageLive UB

The interesting behavior of StorageLive in loops (https://github.com/rust-lang/rust/issues/42371) has been fixed, so we can now finally make it a hard error to mark a local as live that is already live. :)

r? `@oli-obk`
Fixes https://github.com/rust-lang/rust/issues/42371
2020-12-12 02:40:17 +00:00
..
src Auto merge of #79931 - RalfJung:no-redundant-storage-live, r=oli-obk 2020-12-12 02:40:17 +00:00
Cargo.toml Added some unit tests as requested 2020-11-11 16:40:17 -08:00