We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31530e5 commit 3adac03Copy full SHA for 3adac03
src/test/ui/consts/issue-77062-large-zst-array.rs
@@ -0,0 +1,5 @@
1
+// build-pass
2
+
3
+fn main() {
4
+ let _ = &[(); usize::MAX];
5
+}
0 commit comments