Skip to content

Commit 4831701

Browse files
dpaoliellorami3l
authored andcommitted
Update MSVC requirements to VS 2017 to match Rust repo
1 parent 381b651 commit 4831701

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/user-guide/src/installation/windows-msvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See [licensing terms][vs licences] for more details.
1515
## Manual install
1616

1717
[Download Visual Studio][vs downloads].
18-
Rust supports Visual Studio 2013 and later but it is recommended that you use the latest version (currently 2022) for new projects.
18+
Rust supports Visual Studio 2017 and later but it is recommended that you use the latest version (currently 2022) for new projects.
1919
You can opt to download only the Build Tools for Visual Studio, which does not include the IDE.
2020
However this requires you already have a license to the Community, Professional or Enterprise edition.
2121

src/cli/self_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ This will uninstall all Rust toolchains and data, and remove
296296
#[cfg(windows)]
297297
static MSVC_MESSAGE: &str = r#"# Rust Visual C++ prerequisites
298298
299-
Rust requires the Microsoft C++ build tools for Visual Studio 2013 or
299+
Rust requires the Microsoft C++ build tools for Visual Studio 2017 or
300300
later, but they don't seem to be installed.
301301
302302
"#;

0 commit comments

Comments
 (0)