mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
17 lines
273 B
Rust
17 lines
273 B
Rust
// MIR for `while_loop` after PreCodegen
|
|
|
|
fn while_loop(_1: bool) -> () {
|
|
debug c => _1;
|
|
let mut _0: ();
|
|
scope 1 (inlined get_bool) {
|
|
debug c => _1;
|
|
}
|
|
scope 2 (inlined get_bool) {
|
|
debug c => _1;
|
|
}
|
|
|
|
bb0: {
|
|
return;
|
|
}
|
|
}
|