]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-56762.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-56762.stderr
CommitLineData
416331ca
XL
1error[E0080]: the type `[u8; 2305843009213693951]` is too big for the current architecture
2 --> $DIR/issue-56762.rs:19:1
3 |
4LL | static MY_TOO_BIG_ARRAY_1: TooBigArray = TooBigArray::new();
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0731742a 6
416331ca
XL
7error[E0080]: the type `[u8; 2305843009213693951]` is too big for the current architecture
8 --> $DIR/issue-56762.rs:21:1
9 |
10LL | static MY_TOO_BIG_ARRAY_2: [u8; HUGE_SIZE] = [0x00; HUGE_SIZE];
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0731742a 12
416331ca
XL
13error: aborting due to 2 previous errors
14
15For more information about this error, try `rustc --explain E0080`.