]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/issue-69485-var-size-diffs-too-large.stderr
New upstream version 1.51.0+dfsg1
[rustc.git] / src / test / ui / lint / issue-69485-var-size-diffs-too-large.stderr
CommitLineData
fc512014 1error: values of the type `[u8; 18446744073709551615]` are too big for the current architecture
29967ef6 2 --> $DIR/issue-69485-var-size-diffs-too-large.rs:6:12
ba9703b0
XL
3 |
4LL | Bug::V([0; !0]);
5 | ^^^^^^^
6
7error: aborting due to previous error
8