]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/limits/issue-69485-var-size-diffs-too-large.stderr
Auto merge of #105650 - cassaundra:float-literal-suggestion, r=pnkfelix
[rust.git] / tests / ui / limits / issue-69485-var-size-diffs-too-large.stderr
index f7923bd47439f114235b3f16846ae7a56c24e56b..44b2be269494aa94a952ee24195d28adda0823f0 100644 (file)
@@ -1,4 +1,4 @@
-error: values of the type `[u8; 18446744073709551615]` are too big for the current architecture
+error: values of the type `[u8; usize::MAX]` are too big for the current architecture
   --> $DIR/issue-69485-var-size-diffs-too-large.rs:6:5
    |
 LL |     Bug::V([0; !0]);