blob: 9ad607b2fe2911492d052f206355166ece28e886 [file] [log] [blame]
// MIR for `<impl at $DIR/retag.rs:13:1: 13:10>::foo_shr` after SimplifyCfg-elaborate-drops
fn <impl at $DIR/retag.rs:13:1: 13:10>::foo_shr(_1: &Test, _2: &i32) -> &i32 {
debug self => _1;
debug x => _2;
let mut _0: &i32;
bb0: {
Retag([fn entry] _1);
Retag([fn entry] _2);
_0 = _2;
Retag(_0);
return;
}
}