We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84b2c6 commit 6abc074Copy full SHA for 6abc074
tests/codegen/const-array.rs
@@ -2,7 +2,7 @@
2
3
#![crate_type = "lib"]
4
5
-const LUT: [u8; 2] = [1, 1];
+const LUT: [u8; 4] = [1, 1, 1, 1];
6
7
// CHECK-LABEL: @decode
8
#[no_mangle]
0 commit comments