rust/tests/ui/limits/issue-69485-var-size-diffs-too-large.stderr
2023-01-11 09:32:08 +00:00

9 lines
247 B
Plaintext

error: values of the type `[u8; 18446744073709551615]` are too big for the current architecture
--> $DIR/issue-69485-var-size-diffs-too-large.rs:6:5
|
LL | Bug::V([0; !0]);
| ^^^^^^^^^^^^^^^
error: aborting due to previous error