]> git.proxmox.com Git - rustc.git/blob - tests/mir-opt/unusual_item_types.Test-X-{constructor#0}.built.after.mir
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / mir-opt / unusual_item_types.Test-X-{constructor#0}.built.after.mir
1 // MIR for `Test::X` after built
2
3 fn Test::X(_1: usize) -> Test {
4 let mut _0: Test; // return place in scope 0 at $DIR/unusual_item_types.rs:+0:5: +0:6
5
6 bb0: {
7 _0 = Test::X(move _1); // scope 0 at $DIR/unusual_item_types.rs:+0:5: +0:6
8 return; // scope 0 at $DIR/unusual_item_types.rs:+0:5: +0:6
9 }
10 }