mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
11 lines
171 B
Rust
11 lines
171 B
Rust
// MIR for `set_discr_repr` after built
|
|
|
|
fn set_discr_repr(_1: &mut Bool) -> () {
|
|
let mut _0: ();
|
|
|
|
bb0: {
|
|
discriminant((*_1)) = 0;
|
|
return;
|
|
}
|
|
}
|