]> git.lizzy.rs Git - rust.git/blob - src/test/ui/limits/issue-69485-var-size-diffs-too-large.stderr
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[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