mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
11 lines
179 B
Rust
11 lines
179 B
Rust
// MIR for `pointee` after built
|
|
|
|
fn pointee(_1: &mut Option<i32>) -> () {
|
|
debug foo => (((*_1) as variant#1).0: i32);
|
|
let mut _0: ();
|
|
|
|
bb0: {
|
|
return;
|
|
}
|
|
}
|