File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- c0838c8ebec23fb87855bb6de3a287981cb1df98
1+ 6ce376774c0bc46ac8be247bca93ff5a1287a8fc
Original file line number Diff line number Diff line change 1- version = " Two "
1+ style_edition = " 2024 "
22use_small_heuristics = " Max"
33match_arm_blocks = false
44match_arm_leading_pipes = " Preserve"
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