diff --git a/locales/en-US/tools.ftl b/locales/en-US/tools.ftl index bbfd55f5..cab259a9 100644 --- a/locales/en-US/tools.ftl +++ b/locales/en-US/tools.ftl @@ -136,16 +136,10 @@ install-notes-path-description = install-notes-windows-heading = Windows considerations install-notes-windows-description =
- On Windows, Rust additionally requires the C++ build tools
- for Visual Studio 2013 or later. The easiest way to acquire the build
- tools is by installing
-
- Microsoft Visual C++ Build Tools 2019
-
- which provides just the Visual C++ build tools. Alternately, you
- can install
- Visual Studio 2019, Visual Studio 2017, Visual Studio 2015, or Visual
- Studio 2013 and during install select the “C++ tools.”
+ On Windows, Rust additionally requires the MSVC build tools
+ for Visual Studio 2013 or later. See
+
+ Installing rustup
on Windows
For further information about configuring Rust on Windows see the