]> git.proxmox.com Git - rustc.git/blame - src/test/ui/limits/issue-15919-32.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / limits / issue-15919-32.stderr
CommitLineData
fc512014 1error: values of the type `[usize; 4294967295]` are too big for the current architecture
dfeec247 2 --> $DIR/issue-15919-32.rs:9:9
416331ca
XL
3 |
4LL | let x = [0usize; 0xffff_ffff];
5 | ^
6
7error: aborting due to previous error
8