diff options
| author | Eric Huss <eric@huss.org> | 2022-01-30 08:37:50 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-30 08:37:50 -0800 |
| commit | cee571e6062a200a84b2fb4e3c216292e6a2ac13 (patch) | |
| tree | 14d2953bf9c5eb8e1a404c97e2d4b9e7dd248cfc /compiler/rustc_codegen_ssa/src/back | |
| parent | 4ddf986d6831a422c45cf8983c0f6a489d0bf52e (diff) | |
| parent | 7529c89bcef20f58c77e4997b8d83856d468ce6a (diff) | |
| download | rust-cee571e6062a200a84b2fb4e3c216292e6a2ac13.tar.gz rust-cee571e6062a200a84b2fb4e3c216292e6a2ac13.zip | |
Rollup merge of #93192 - theidexisted:patch-1, r=wesleywiser
Add VS 2022 into error message
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/back')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/back/link.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/back/link.rs b/compiler/rustc_codegen_ssa/src/back/link.rs index ec9fc22bc4d..7a13e424f9a 100644 --- a/compiler/rustc_codegen_ssa/src/back/link.rs +++ b/compiler/rustc_codegen_ssa/src/back/link.rs @@ -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", ); } |
