rust/tests/mir-opt/building/custom/aggregate_exprs.tuple.built.after.mir

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

11 lines
165 B
Rust
Raw Normal View History

2023-03-20 06:32:38 -05:00
// MIR for `tuple` after built
fn tuple() -> (i32, bool) {
2023-06-06 08:47:00 -05:00
let mut _0: (i32, bool);
2023-03-20 06:32:38 -05:00
bb0: {
2023-06-06 08:47:00 -05:00
_0 = (const 1_i32, const true);
return;
2023-03-20 06:32:38 -05:00
}
}