We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf7299 commit 7529c89Copy full SHA for 7529c89
compiler/rustc_codegen_ssa/src/back/link.rs
@@ -932,7 +932,7 @@ fn link_natively<'a, B: ArchiveBuilder<'a>>(
932
but `link.exe` was not found",
933
);
934
sess.note_without_error(
935
- "please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 \
+ "please ensure that VS 2013, VS 2015, VS 2017, VS 2019 or VS 2022 \
936
was installed with the Visual C++ option",
937
938
}
0 commit comments