Skip to content

Commit

Permalink
Rollup merge of #93192 - theidexisted:patch-1, r=wesleywiser
Browse files Browse the repository at this point in the history
Add VS 2022 into error message
  • Loading branch information
ehuss authored Jan 30, 2022
2 parents 4ddf986 + 7529c89 commit cee571e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_ssa/src/back/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ fn link_natively<'a, B: ArchiveBuilder<'a>>(
but `link.exe` was not found",
);
sess.note_without_error(
"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 \
was installed with the Visual C++ option",
);
}
Expand Down

0 comments on commit cee571e

Please sign in to comment.