13 lines
573 B
Plaintext
13 lines
573 B
Plaintext
error: post-monomorphization error: values of the type `[u8; 2305843011361177600]` are too big for the current architecture
|
|
--> $DIR/type-too-large.rs:LL:CC
|
|
|
|
|
LL | [0; (1u64<<61) as usize +(1u64<<31) as usize];
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[u8; 2305843011361177600]` are too big for the current architecture
|
|
|
|
|
= note: inside `main` at $DIR/type-too-large.rs:LL:CC
|
|
|
|
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
|
|
|
|
error: aborting due to previous error
|
|
|