]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/huge-array.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / huge-array.stderr
index 23d9e87ae0054e5f677ce9ad47b6a589d3cb6252..817458b73e47ba44df1b0286b4d9dddb23eef9f1 100644 (file)
@@ -1,4 +1,4 @@
-error: the type `[[u8; 1518599999]; 1518600000]` is too big for the current architecture
+error: values of the type `[[u8; 1518599999]; 1518600000]` are too big for the current architecture
   --> $DIR/huge-array.rs:8:9
    |
 LL |     let s: [T; 1518600000] = [t; 1518600000];