]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/issue-69485-var-size-diffs-too-large.stderr
Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc
[rust.git] / src / test / ui / lint / issue-69485-var-size-diffs-too-large.stderr
1 error: the type `[u8; 18446744073709551615]` is too big for the current architecture
2   --> $DIR/issue-69485-var-size-diffs-too-large.rs:5:12
3    |
4 LL |     Bug::V([0; !0]);
5    |            ^^^^^^^
6
7 error: aborting due to previous error
8