We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3334bd0 commit ac12fc8Copy full SHA for ac12fc8
src/test/compile-fail/issue-15919.rs
@@ -9,6 +9,6 @@
9
// except according to those terms.
10
11
fn main() {
12
- let x = [0usize; 9223372036854775808]; // We don't officially support 128-bit architecture
13
-//~^ error: the type `[usize; 9223372036854775808]` is too big for the current architecture
+ let _ = [0usize; 9223372036854775808]; // We don't officially support 128-bit architecture
+ //~^ ERROR: the type `[usize; 9223372036854775808]` is too big for the current architecture
14
}
0 commit comments