We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d491662 commit 53ee696Copy full SHA for 53ee696
INSTALL.md
@@ -210,9 +210,13 @@ itself back on after some time).
210
211
### MSVC
212
213
-MSVC builds of Rust additionally require an installation of Visual Studio 2017
214
-(or later) so `rustc` can use its linker. The simplest way is to get
215
-[Visual Studio], check the "C++ build tools" and "Windows 10 SDK" workload.
+MSVC builds of Rust additionally requires an installation of:
+
+- Visual Studio 2022 (or later) build tools so `rustc` can use its linker. Older
216
+ Visual Studio versions such as 2019 *may* work but aren't actively tested.
217
+- A recent Windows 10 or 11 SDK.
218
219
+The simplest way is to get [Visual Studio], check the "C++ build tools".
220
221
[Visual Studio]: https://visualstudio.microsoft.com/downloads/
222
0 commit comments