Skip to content

Commit

Permalink
Update MSVC requirements to VS 2017 to match Rust repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaoliello authored and rami3l committed May 6, 2024
1 parent 381b651 commit 4831701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/user-guide/src/installation/windows-msvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See [licensing terms][vs licences] for more details.
## Manual install

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

Expand Down
2 changes: 1 addition & 1 deletion src/cli/self_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ This will uninstall all Rust toolchains and data, and remove
#[cfg(windows)]
static MSVC_MESSAGE: &str = r#"# Rust Visual C++ prerequisites
Rust requires the Microsoft C++ build tools for Visual Studio 2013 or
Rust requires the Microsoft C++ build tools for Visual Studio 2017 or
later, but they don't seem to be installed.
"#;
Expand Down

0 comments on commit 4831701

Please sign in to comment.