2023-02-17 11:36:43 -06:00
|
|
|
- // MIR for `reraw` before CopyProp
|
|
|
|
+ // MIR for `reraw` after CopyProp
|
|
|
|
|
|
|
|
fn reraw(_1: u8) -> () {
|
2023-06-06 08:47:00 -05:00
|
|
|
debug x => _1;
|
|
|
|
let mut _0: ();
|
|
|
|
let _2: &mut u8;
|
|
|
|
let _5: ();
|
|
|
|
let mut _6: &mut u8;
|
2023-02-17 11:36:43 -06:00
|
|
|
scope 1 {
|
2023-06-06 08:47:00 -05:00
|
|
|
debug a => _2;
|
|
|
|
let _3: *mut u8;
|
2023-02-17 11:36:43 -06:00
|
|
|
scope 2 {
|
2023-06-06 08:47:00 -05:00
|
|
|
debug b => _3;
|
|
|
|
let _4: &mut u8;
|
2023-02-17 11:36:43 -06:00
|
|
|
scope 3 {
|
2023-06-06 08:47:00 -05:00
|
|
|
- debug c => _4;
|
|
|
|
+ debug c => _2;
|
2023-02-17 11:36:43 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
bb0: {
|
2023-06-06 08:47:00 -05:00
|
|
|
- StorageLive(_2);
|
|
|
|
_2 = &mut _1;
|
|
|
|
StorageLive(_3);
|
|
|
|
_3 = &raw mut (*_2);
|
|
|
|
- StorageLive(_4);
|
|
|
|
- _4 = move _2;
|
|
|
|
StorageLive(_5);
|
|
|
|
- StorageLive(_6);
|
|
|
|
- _6 = move _4;
|
|
|
|
- _5 = opaque::<&mut u8>(move _6) -> [return: bb1, unwind unreachable];
|
|
|
|
+ _5 = opaque::<&mut u8>(move _2) -> [return: bb1, unwind unreachable];
|
2023-02-17 12:10:54 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
bb1: {
|
2023-06-06 08:47:00 -05:00
|
|
|
- StorageDead(_6);
|
|
|
|
StorageDead(_5);
|
|
|
|
_0 = const ();
|
|
|
|
- StorageDead(_4);
|
|
|
|
StorageDead(_3);
|
|
|
|
- StorageDead(_2);
|
|
|
|
return;
|
2023-02-17 11:36:43 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|