File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/tools/miri/tests/fail Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- error: post-monomorphization error: values of the type `[u8; 2305843011361177600]` are too big for the current architecture
1+ error: post-monomorphization error: values of the type `[u8; 2305843011361177600]` are too big for the target architecture
22 --> tests/fail/type-too-large.rs:LL:CC
33 |
44LL | _fat = [0; (1u64 << 61) as usize + (1u64 << 31) as usize];
5- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[u8; 2305843011361177600]` are too big for the current architecture
5+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[u8; 2305843011361177600]` are too big for the target architecture
66 |
77 = note: BACKTRACE:
88 = note: inside `main` at tests/fail/type-too-large.rs:LL:CC
You can’t perform that action at this time.
0 commit comments