about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2022-01-30 08:37:50 -0800
committerGitHub <noreply@github.com>2022-01-30 08:37:50 -0800
commitcee571e6062a200a84b2fb4e3c216292e6a2ac13 (patch)
tree14d2953bf9c5eb8e1a404c97e2d4b9e7dd248cfc /compiler/rustc_codegen_ssa/src/back
parent4ddf986d6831a422c45cf8983c0f6a489d0bf52e (diff)
parent7529c89bcef20f58c77e4997b8d83856d468ce6a (diff)
downloadrust-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.rs2
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",
                 );
             }