about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2025-02-11 17:22:27 -0800
committerJubilee Young <workingjubilee@gmail.com>2025-02-11 17:22:27 -0800
commitd97bde059a21211de92344233738ede496df3e32 (patch)
treec1f9dd6ce2a33bc992598c991343bfc8855ed913 /compiler/rustc_hir_analysis/messages.ftl
parent92bedea1c51e3a969d60972be854506ffd8c5cb6 (diff)
downloadrust-d97bde059a21211de92344233738ede496df3e32.tar.gz
rust-d97bde059a21211de92344233738ede496df3e32.zip
Revert "Stabilize `extended_varargs_abi_support`"
This reverts commit 685f189b4307435b83d625fea397ef36dff4e955.
Diffstat (limited to 'compiler/rustc_hir_analysis/messages.ftl')
-rw-r--r--compiler/rustc_hir_analysis/messages.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/messages.ftl b/compiler/rustc_hir_analysis/messages.ftl
index 258267c5ca9..be731547b31 100644
--- a/compiler/rustc_hir_analysis/messages.ftl
+++ b/compiler/rustc_hir_analysis/messages.ftl
@@ -602,7 +602,7 @@ hir_analysis_value_of_associated_struct_already_specified =
     .label = re-bound here
     .previous_bound_label = `{$item_name}` bound here first
 
-hir_analysis_variadic_function_compatible_convention = C-variadic function must have a compatible calling convention, like `C`, `cdecl`, `system`, `aapcs`, `win64`, `sysv64` or `efiapi`
+hir_analysis_variadic_function_compatible_convention = C-variadic function must have a compatible calling convention, like {$conventions}
     .label = C-variadic function must have a compatible calling convention
 
 hir_analysis_variances_of = {$variances}