mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
17 lines
234 B
Rust
17 lines
234 B
Rust
// MIR for `f` after built
|
|
|
|
fn f(_1: Void) -> ! {
|
|
debug v => _1;
|
|
let mut _0: !;
|
|
|
|
bb0: {
|
|
PlaceMention(_1);
|
|
FakeRead(ForMatchedPlace(None), _1);
|
|
unreachable;
|
|
}
|
|
|
|
bb1: {
|
|
return;
|
|
}
|
|
}
|