rust/src/test/ui/huge-array.stderr

9 lines
229 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: the type `[[u8; 1518599999]; 1518600000]` is too big for the current architecture
--> $DIR/huge-array.rs:8:9
|
LL | let s: [T; 1518600000] = [t; 1518600000];
| ^
2018-08-08 07:28:26 -05:00
error: aborting due to previous error