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

11 lines
167 B
Rust

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