2020-11-18 03:42:49 -06:00
|
|
|
error: values of the type `[u8; 18446744073709551615]` 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
|
|
|
|
|