]> git.lizzy.rs Git - rust.git/blob - tests/mir-opt/remove_zsts.get_union.PreCodegen.after.mir
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[rust.git] / tests / mir-opt / remove_zsts.get_union.PreCodegen.after.mir
1 // MIR for `get_union` after PreCodegen
2
3 fn get_union() -> Foo {
4     let mut _0: Foo;                     // return place in scope 0 at $DIR/remove_zsts.rs:+0:19: +0:22
5
6     bb0: {
7         Deinit(_0);                      // scope 0 at $DIR/remove_zsts.rs:+1:5: +1:18
8         return;                          // scope 0 at $DIR/remove_zsts.rs:+2:2: +2:2
9     }
10 }