mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
19 lines
352 B
Diff
19 lines
352 B
Diff
- // MIR for `d1` before SimplifyLocals-before-const-prop
|
|
+ // MIR for `d1` after SimplifyLocals-before-const-prop
|
|
|
|
fn d1() -> () {
|
|
let mut _0: ();
|
|
- let mut _1: E;
|
|
scope 1 {
|
|
}
|
|
|
|
bb0: {
|
|
- StorageLive(_1);
|
|
- _1 = E::A;
|
|
- StorageDead(_1);
|
|
_0 = const ();
|
|
return;
|
|
}
|
|
}
|
|
|