rust/tests/mir-opt/building/custom/debuginfo.variant.built.after.mir

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

11 lines
173 B
Rust
Raw Normal View History

2023-08-19 04:01:16 -05:00
// MIR for `variant` after built
fn variant(_1: Option<i32>) -> () {
debug inner => ((_1 as variant#1).0: i32);
let mut _0: ();
bb0: {
return;
}
}