rust/tests/mir-opt/building/custom/projections.unwrap_deref.built.after.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
184 B
Rust
Raw Normal View History

2022-12-04 00:20:37 -08:00
// MIR for `unwrap_deref` after built
fn unwrap_deref(_1: Option<&i32>) -> i32 {
2023-06-06 09:47:00 -04:00
let mut _0: i32;
2022-12-04 00:20:37 -08:00
bb0: {
2023-06-06 09:47:00 -04:00
_0 = (*((_1 as variant#1).0: &i32));
return;
2022-12-04 00:20:37 -08:00
}
}