Skip to content

Commit 70a6ae2

Browse files
committed
nested array
1 parent f8e58e1 commit 70a6ae2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/mir-opt/const_array_locals.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ pub fn main() {
1515
];
1616
let _foo = [
1717
[255, 105, 15, 39, 62, 251, 191, 178, 9, 4, 56, 221],
18-
[193, 164, 194, 197, 6, 243, 218, 171, 87, 247, 104],
19-
[159, 22, 157, 105, 31, 96, 173, 50, 1],
18+
[193, 164, 194, 197, 6, 243, 218, 171, 87, 247, 104, 42],
2019
];
2120
let _darr = *&[
2221
255, 105, 15, 39, 62, 251, 191, 178, 9, 4, 56, 221,

0 commit comments

Comments
 (0)