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