mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
12 lines
190 B
Rust
12 lines
190 B
Rust
// MIR for `set_discr` after built
|
|
|
|
fn set_discr(_1: &mut Option<()>) -> () {
|
|
let mut _0: ();
|
|
|
|
bb0: {
|
|
Deinit((*_1));
|
|
discriminant((*_1)) = 0;
|
|
return;
|
|
}
|
|
}
|