]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/remove_zsts.get_union.PreCodegen.after.mir
Auto merge of #104765 - chenyukang:yukang-fix-104639-lifetime-check, r=oli-obk
[rust.git] / src / test / 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 }