We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22bcd8 commit 1dae60eCopy full SHA for 1dae60e
src/librustc_codegen_llvm/back/link.rs
@@ -816,7 +816,7 @@ 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 \
+ sess.note_without_error("please ensure that VS 2013, VS 2015 or VS 2017 was installed \
820
with the Visual C++ option");
821
}
822
sess.abort_if_errors();
0 commit comments