Skip to content

Commit 2b7d378

Browse files
authored
Rust: restore toolchain 2025-05-12 (#79121)
This restores #79117. rust-lang/rust#71520 broke Windows on arm64 when using rust-lld, so this disables that for now. Test Plan: `pnpm --filter=@next/swc run build-native-no-plugin-release --target aarch64-pc-windows-msvc` on Windows on arm64.
1 parent e633fd9 commit 2b7d378

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.cargo/config.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ rustflags = [
3434
"target-feature=+crt-static"
3535
]
3636

37-
[target.aarch64-pc-windows-msvc]
38-
linker = "rust-lld"
39-
4037
[target.'cfg(target_os = "macos")']
4138
linker = "rust-lld"
4239

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2025-04-14"
2+
channel = "nightly-2025-05-12"
33
components = ["rustfmt", "clippy", "rust-analyzer"]
44
profile = "minimal"

0 commit comments

Comments
 (0)