about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/messages.ftl
diff options
context:
space:
mode:
authorMads Marquart <mads@marquart.dk>2025-02-11 11:02:36 +0100
committerMads Marquart <mads@marquart.dk>2025-04-04 15:02:22 +0200
commit7e4379c4eb25a423b8484d99b01bfc8f5bb7efd8 (patch)
treef7a078ac4def59c185aa0b7e1e2ae77aabfc7415 /compiler/rustc_codegen_ssa/messages.ftl
parentd74ce25b65e60cd5ccade3c6fd4234dbd201bda8 (diff)
downloadrust-7e4379c4eb25a423b8484d99b01bfc8f5bb7efd8.tar.gz
rust-7e4379c4eb25a423b8484d99b01bfc8f5bb7efd8.zip
refactor: Move env parsing of deployment target to rustc_session
Diffstat (limited to 'compiler/rustc_codegen_ssa/messages.ftl')
-rw-r--r--compiler/rustc_codegen_ssa/messages.ftl6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/rustc_codegen_ssa/messages.ftl b/compiler/rustc_codegen_ssa/messages.ftl
index 954a6014809..1dabf01ffd6 100644
--- a/compiler/rustc_codegen_ssa/messages.ftl
+++ b/compiler/rustc_codegen_ssa/messages.ftl
@@ -4,12 +4,6 @@ codegen_ssa_add_native_library = failed to add native library {$library_path}: {
 
 codegen_ssa_aix_strip_not_used = using host's `strip` binary to cross-compile to AIX which is not guaranteed to work
 
-codegen_ssa_apple_deployment_target_invalid =
-    failed to parse deployment target specified in {$env_var}: {$error}
-
-codegen_ssa_apple_deployment_target_too_low =
-    deployment target in {$env_var} was set to {$version}, but the minimum supported by `rustc` is {$os_min}
-
 codegen_ssa_archive_build_failure = failed to build archive at `{$path}`: {$error}
 
 codegen_ssa_atomic_compare_exchange = Atomic compare-exchange intrinsic missing failure memory ordering