mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
21 lines
273 B
Rust
21 lines
273 B
Rust
// MIR for `f` after built
|
|
|
|
fn f(_1: Void) -> ! {
|
|
debug v => _1;
|
|
let mut _0: !;
|
|
|
|
bb0: {
|
|
PlaceMention(_1);
|
|
goto -> bb1;
|
|
}
|
|
|
|
bb1: {
|
|
FakeRead(ForMatchedPlace(None), _1);
|
|
unreachable;
|
|
}
|
|
|
|
bb2: {
|
|
return;
|
|
}
|
|
}
|