Commit 84380a4
committed
docs(rust-toolchain): explain why the pinned nightly date matters
The existing comment justifies using nightly at all (Z-bindeps and
windows_process_extensions_main_thread_handle), but a future
`feat(deps): upgrade upstream dependencies` PR bumps the date and
nobody remembers why. Add a note that the date itself is gated by
oxc_transformer >=0.130 using `if let` guards, which only stabilized
in rustc 1.94 (2026-01-29) — earlier nightlies fail with E0658.1 parent 289dc52 commit 84380a4
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
5 | 13 | | |
6 | 14 | | |
0 commit comments