2023-01-14 12:32:17 -06:00
|
|
|
error: values of the type `[u8; usize::MAX]` are too big for the current architecture
|
2021-06-08 19:00:00 -05:00
|
|
|
--> $DIR/issue-69485-var-size-diffs-too-large.rs:6:5
|
2020-03-10 04:10:10 -05:00
|
|
|
|
|
|
|
|
LL | Bug::V([0; !0]);
|
2021-06-08 19:00:00 -05:00
|
|
|
| ^^^^^^^^^^^^^^^
|
2020-03-10 04:10:10 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|