]> git.proxmox.com Git - rustc.git/blame - src/test/ui/huge-array.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / huge-array.stderr
CommitLineData
fc512014 1error: values of the type `[[u8; 1518599999]; 1518600000]` are too big for the current architecture
dfeec247 2 --> $DIR/huge-array.rs:8:9
416331ca
XL
3 |
4LL | let s: [T; 1518600000] = [t; 1518600000];
5 | ^
b7449926
XL
6
7error: aborting due to previous error
8