rust/tests/mir-opt/building/issue_110508.{impl#0}-BAR.built.after.mir

15 lines
307 B
Rust
Raw Normal View History

2023-07-04 23:28:45 -05:00
// MIR for `<impl at $DIR/issue_110508.rs:8:1: 8:9>::BAR` after built
2023-07-04 21:19:44 -05:00
2023-07-04 23:28:45 -05:00
const <impl at $DIR/issue_110508.rs:8:1: 8:9>::BAR: Foo = {
2023-07-04 21:19:44 -05:00
let mut _0: Foo;
let mut _1: ();
bb0: {
StorageLive(_1);
_1 = ();
_0 = Foo::Bar(move _1);
StorageDead(_1);
return;
}
}