blob: d31ce9cfe0c2b88e38cfed3bbb355907bf7e7faa [file] [log] [blame]
error: the type `[u8; 18446744073709551615]` is too big for the current architecture
--> $DIR/issue-69485-var-size-diffs-too-large.rs:5:12
|
LL | Bug::V([0; !0]);
| ^^^^^^^
error: aborting due to previous error