mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
11 lines
149 B
Rust
11 lines
149 B
Rust
// MIR for `assume_local` after built
|
|
|
|
fn assume_local(_1: bool) -> () {
|
|
let mut _0: ();
|
|
|
|
bb0: {
|
|
assume(_1);
|
|
return;
|
|
}
|
|
}
|