rust/tests/mir-opt/building/custom/arrays.arrays.built.after.mir

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

15 lines
239 B
Rust
Raw Normal View History

// MIR for `arrays` after built
fn arrays() -> usize {
2023-06-06 08:47:00 -05:00
let mut _0: usize;
let mut _1: [i32; C];
let mut _2: usize;
bb0: {
2023-06-06 08:47:00 -05:00
_1 = [const 5_i32; C];
_2 = Len(_1);
_0 = copy _2;
return;
}
}