2020-11-18 10:42:49 +01:00
|
|
|
error: values of the type `[u8; 18446744073709551615]` are too big for the current 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
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|