rust/tests/mir-opt/building/custom/projections.unwrap_deref.built.after.mir
2023-06-15 15:19:11 -04:00

11 lines
184 B
Rust

// MIR for `unwrap_deref` after built
fn unwrap_deref(_1: Option<&i32>) -> i32 {
let mut _0: i32;
bb0: {
_0 = (*((_1 as variant#1).0: &i32));
return;
}
}