We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1a36fc + 30063ae commit 3c21349Copy full SHA for 3c21349
src/librustc_codegen_llvm/back/link.rs
@@ -816,8 +816,8 @@ fn link_natively(sess: &Session,
816
if sess.target.target.options.is_like_msvc && linker_not_found {
817
sess.note_without_error("the msvc targets depend on the msvc linker \
818
but `link.exe` was not found");
819
- sess.note_without_error("please ensure that VS 2013 or VS 2015 was installed \
820
- with the Visual C++ option");
+ sess.note_without_error("please ensure that VS 2013, VS 2015 or VS 2017 \
+ was installed with the Visual C++ option");
821
}
822
sess.abort_if_errors();
823
0 commit comments