]> git.proxmox.com Git - rustc.git/blame - src/test/ui/limits/issue-15919-64.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / limits / issue-15919-64.stderr
CommitLineData
fc512014 1error: values of the type `[usize; 18446744073709551615]` are too big for the current architecture
dfeec247 2 --> $DIR/issue-15919-64.rs:9:9
416331ca
XL
3 |
4LL | let x = [0usize; 0xffff_ffff_ffff_ffff];
5 | ^
6
7error: aborting due to previous error
8