// MIR for `::foo_shr` after SimplifyCfg-elaborate-drops fn ::foo_shr(_1: &Test, _2: &i32) -> &i32 { debug self => _1; // in scope 0 at $DIR/retag.rs:16:20: 16:25 debug x => _2; // in scope 0 at $DIR/retag.rs:16:27: 16:28 let mut _0: &i32; // return place in scope 0 at $DIR/retag.rs:16:42: 16:49 bb0: { Retag([fn entry] _1); // scope 0 at $DIR/retag.rs:16:5: 18:6 Retag([fn entry] _2); // scope 0 at $DIR/retag.rs:16:5: 18:6 _0 = _2; // scope 0 at $DIR/retag.rs:17:9: 17:10 Retag(_0); // scope 0 at $DIR/retag.rs:17:9: 17:10 return; // scope 0 at $DIR/retag.rs:18:6: 18:6 } }