We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a22d2 commit b768b2eCopy full SHA for b768b2e
tests/ui/consts/issue-77062-large-zst-array.rs
@@ -1,4 +1,5 @@
1
//@ build-pass
2
+pub static FOO: [(); 9223372036854775807] = [(); 9223372036854775807];
3
4
fn main() {
5
let _ = &[(); usize::MAX];
0 commit comments