mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00: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;
|
|
}
|
|
}
|