mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
11 lines
177 B
Rust
11 lines
177 B
Rust
// MIR for `set` after built
|
|
|
|
fn set(_1: &mut Option<i32>) -> () {
|
|
let mut _0: ();
|
|
|
|
bb0: {
|
|
(((*_1) as variant#1).0: i32) = const 10_i32;
|
|
return;
|
|
}
|
|
}
|