]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/type-too-large.stderr
Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'
[rust.git] / src / tools / miri / tests / fail / type-too-large.stderr
1 error: post-monomorphization error: values of the type `[u8; 2305843011361177600]` are too big for the current architecture
2   --> $DIR/type-too-large.rs:LL:CC
3    |
4 LL |     _fat = [0; (1u64 << 61) as usize + (1u64 << 31) as usize];
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[u8; 2305843011361177600]` are too big for the current architecture
6    |
7    = note: inside `main` at $DIR/type-too-large.rs:LL:CC
8
9 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
10
11 error: aborting due to previous error
12