2024-09-20 00:39:10 -07:00
|
|
|
error: values of the type `[u8; usize::MAX]` are too big for the target architecture
|
2021-06-09 00:00:00 +00:00
|
|
|
--> $DIR/issue-69485-var-size-diffs-too-large.rs:6:5
|
2020-03-10 10:10:10 +01:00
|
|
|
|
|
|
|
|
|
LL | Bug::V([0; !0]);
|
2021-06-09 00:00:00 +00:00
|
|
|
| ^^^^^^^^^^^^^^^
|
2020-03-10 10:10:10 +01:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-03-10 10:10:10 +01:00
|
|
|
|