2024-09-20 00:39:10 -07:00
|
|
|
error: values of the type `[usize; usize::MAX]` are too big for the target architecture
|
2023-07-04 21:01:10 -04:00
|
|
|
--> $DIR/issue-15919-64.rs:5:9
|
2019-08-04 21:18:05 -07:00
|
|
|
|
|
|
|
|
LL | let x = [0usize; 0xffff_ffff_ffff_ffff];
|
|
|
|
| ^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-08-04 21:18:05 -07:00
|
|
|
|