Skip to content

Commit e2c950a

Browse files
committed
Auto merge of #3902 - RalfJung:rustup, r=RalfJung
Rustup
2 parents a6cd928 + f1b1122 commit e2c950a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c0838c8ebec23fb87855bb6de3a287981cb1df98
1+
6ce376774c0bc46ac8be247bca93ff5a1287a8fc

rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "Two"
1+
style_edition = "2024"
22
use_small_heuristics = "Max"
33
match_arm_blocks = false
44
match_arm_leading_pipes = "Preserve"

tests/fail/type-too-large.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
|
44
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
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

0 commit comments

Comments
 (0)