]> git.proxmox.com Git - rustc.git/blob - tests/mir-opt/building/custom/simple_assign.simple_ref.built.after.mir
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / mir-opt / building / custom / simple_assign.simple_ref.built.after.mir
1 // MIR for `simple_ref` after built
2
3 fn simple_ref(_1: &mut i32) -> &mut i32 {
4 let mut _0: &mut i32; // return place in scope 0 at $DIR/simple_assign.rs:+0:35: +0:43
5
6 bb0: {
7 _0 = move _1; // scope 0 at $DIR/simple_assign.rs:+2:9: +2:22
8 return; // scope 0 at $DIR/simple_assign.rs:+3:9: +3:17
9 }
10 }