Skip to content

Commit d3d180e

Browse files
committed
chore(rust): sync nightly with vite-task (2026-03-05)
The reviewer asked us to share a single nightly with voidzero-dev/ vite-task, whose rust-toolchain.toml is currently pinned to nightly-2026-03-05. Match that and replace the date-rationale comment with a directive that future bumps track the vite-task pin. The earlier rationale (oxc_transformer >=0.130 needs `if_let_guard`, stabilized in rustc 1.94 / 2026-01-29) is still satisfied — any nightly past late January 2026 works.
1 parent b592d5f commit d3d180e

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

rust-toolchain.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
# - cargo `Z-bindeps` to build and embed preload shared libraries as dependencies of fspy
44
# - `windows_process_extensions_main_thread_handle` to get the main thread handle for Detours injection
55
#
6-
# Why this date in particular:
7-
# - oxc_transformer (>=0.130) uses `if let` guards inside match arms (`if_let_guard`,
8-
# rust-lang/rust#51114). That feature stabilized in rustc 1.94 (released 2026-01-29),
9-
# so any nightly from late January 2026 onward compiles it. Earlier pins (e.g.
10-
# nightly-2025-12-11) hit E0658 during `cargo clippy --all-features`.
11-
# Bump in lockstep with upstream oxc/rolldown updates; pick any nightly past the
12-
# stabilization date for the features the new versions use.
13-
channel = "nightly-2026-03-15"
6+
# Keep this pinned to the same date as voidzero-dev/vite-task's rust-toolchain.toml
7+
# so the two repos share a single nightly. Bumps should track that file.
8+
channel = "nightly-2026-03-05"
149
profile = "default"

0 commit comments

Comments
 (0)