File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -210,9 +210,13 @@ itself back on after some time).
210210
211211### MSVC
212212
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.
213+ MSVC builds of Rust additionally requires an installation of:
214+
215+ - 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".
216220
217221[ Visual Studio ] : https://visualstudio.microsoft.com/downloads/
218222
You can’t perform that action at this time.
0 commit comments