]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/building/custom/terminators.drop_second.built.after.mir
Rollup merge of #105419 - YC:issue-41731, r=petrochenkov
[rust.git] / src / test / mir-opt / building / custom / terminators.drop_second.built.after.mir
1 // MIR for `drop_second` after built
2
3 fn drop_second(_1: WriteOnDrop<'_>, _2: WriteOnDrop<'_>) -> () {
4     let mut _0: ();                      // return place in scope 0 at $DIR/terminators.rs:+0:60: +0:60
5
6     bb0: {
7         drop(_2) -> bb1;                 // scope 0 at $DIR/terminators.rs:+3:13: +3:30
8     }
9
10     bb1: {
11         return;                          // scope 0 at $DIR/terminators.rs:+7:13: +7:21
12     }
13 }