From b5865eac7732464079b4da964fddc63e8127912c Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 16 May 2026 15:42:10 +0200 Subject: [PATCH] doc: add Rust toolchain manual installation instructions Windows Signed-off-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> --- BUILDING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index 7597f0114e7f76..5cf5e9f57d6753 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -755,6 +755,10 @@ Refs: * As an alternative to Visual Studio 2026, download Visual Studio 2022 Current channel Version 17.14 from the [Evergreen bootstrappers](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history#evergreen-bootstrappers) table and install using the same workload and optional component selection as described above. +* To install the Rust toolchain, required for Temporal support introduced in Node.js 26, + ensure Visual Studio is already installed, then run `rustup-init.exe` downloaded from + [Install Rust](https://rust-lang.org/tools/install/), + choosing the default: "Proceed with standard installation". * Basic Unix tools required for some tests, [Git for Windows](https://git-scm.com/download/win) includes Git Bash and tools which can be included in the global `PATH`.