mirror of https://github.com/rust-lang/rust.git
19 lines
463 B
Rust
19 lines
463 B
Rust
// MIR for `<impl at $DIR/retag.rs:13:1: 13:10>::foo` after SimplifyCfg-pre-optimizations
|
|
|
|
fn <impl at $DIR/retag.rs:13:1: 13:10>::foo(_1: &Test, _2: &mut i32) -> &mut i32 {
|
|
debug self => _1;
|
|
debug x => _2;
|
|
let mut _0: &mut i32;
|
|
let mut _3: &mut i32;
|
|
|
|
bb0: {
|
|
Retag([fn entry] _1);
|
|
Retag([fn entry] _2);
|
|
StorageLive(_3);
|
|
_3 = &mut (*_2);
|
|
_0 = &mut (*_3);
|
|
StorageDead(_3);
|
|
return;
|
|
}
|
|
}
|