We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d46584 commit 9b3db34Copy full SHA for 9b3db34
compiler/rustc_codegen_ssa/src/back/link.rs
@@ -979,9 +979,10 @@ fn link_natively<'a>(
979
but `link.exe` was not found",
980
);
981
sess.note_without_error(
982
- "please ensure that VS 2013, VS 2015, VS 2017, VS 2019 or VS 2022 \
983
- was installed with the Visual C++ option",
+ "please ensure that Visual Studio 2017 or later, or Build Tools \
+ for Visual Studio were installed with the Visual C++ option.",
984
985
+ sess.note_without_error("VS Code is a different product, and is not sufficient.");
986
}
987
sess.abort_if_errors();
988
0 commit comments