]> git.lizzy.rs Git - rust.git/blob - src/test/ui/limits/issue-69485-var-size-diffs-too-large.stderr
Auto merge of #83342 - Count-Count:win-console-incomplete-utf8, r=m-ou-se
[rust.git] / src / test / ui / limits / issue-69485-var-size-diffs-too-large.stderr
1 error: values of the type `[u8; 18446744073709551615]` are too big for the current architecture
2   --> $DIR/issue-69485-var-size-diffs-too-large.rs:6:5
3    |
4 LL |     Bug::V([0; !0]);
5    |     ^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8