File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -136,16 +136,10 @@ install-notes-path-description =
136
136
install-notes-windows-heading = Windows considerations
137
137
install-notes-windows-description =
138
138
<p>
139
- On Windows, Rust additionally requires the C++ build tools
140
- for Visual Studio 2013 or later. The easiest way to acquire the build
141
- tools is by installing
142
- <a href="https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2019">
143
- Microsoft Visual C++ Build Tools 2019
144
- </a>
145
- which provides just the Visual C++ build tools. Alternately, you
146
- can <a href="https://www.visualstudio.com/downloads/">install</a>
147
- Visual Studio 2019, Visual Studio 2017, Visual Studio 2015, or Visual
148
- Studio 2013 and during install select the “C++ tools.”
139
+ On Windows, Rust additionally requires the MSVC build tools
140
+ for Visual Studio 2013 or later. See
141
+ <a href="https://doc.rust-lang.org/stable/book/ch01-01-installation.html#installing-rustup-on-windows">
142
+ Installing <code>rustup</code> on Windows</a>
149
143
</p>
150
144
<p>
151
145
For further information about configuring Rust on Windows see the
You can’t perform that action at this time.
0 commit comments