File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -210,9 +210,14 @@ 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 11 SDK.
218+
219+ The simplest way is to get [ Visual Studio] , check the "C++ build tools" and
220+ select the latest "Windows 11 SDK" workload.
216221
217222[ Visual Studio ] : https://visualstudio.microsoft.com/downloads/
218223
You can’t perform that action at this time.
0 commit comments