]> git.lizzy.rs Git - rust.git/blob - tests/ui/limits/issue-69485-var-size-diffs-too-large.stderr
Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa
[rust.git] / tests / ui / limits / issue-69485-var-size-diffs-too-large.stderr
1 error: values of the type `[u8; usize::MAX]` 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