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 12:32:38 +01:00
// MIR for `tuple` after built
fn tuple() -> (i32, bool) {
2023-06-06 09:47:00 -04:00
let mut _0: (i32, bool);
2023-03-20 12:32:38 +01:00
bb0: {
2023-06-06 09:47:00 -04:00
_0 = (const 1_i32, const true);
return;
2023-03-20 12:32:38 +01:00
}
}