about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
diff options
context:
space:
mode:
authorSoveu <marx.tomasz@gmail.com>2024-04-23 22:14:41 +0200
committerSoveu <marx.tomasz@gmail.com>2024-11-27 22:21:33 +0100
commit685f189b4307435b83d625fea397ef36dff4e955 (patch)
tree3fdc6bd3c89c061c361fda7245a87fcafab66523 /compiler/rustc_hir_analysis/messages.ftl
parentf5d18576856ef45d1e47de79889ae7db9d1afa29 (diff)
downloadrust-685f189b4307435b83d625fea397ef36dff4e955.tar.gz
rust-685f189b4307435b83d625fea397ef36dff4e955.zip
Stabilize `extended_varargs_abi_support`
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 f5ccf8c9dff..6f495b8920e 100644
--- a/compiler/rustc_hir_analysis/messages.ftl
+++ b/compiler/rustc_hir_analysis/messages.ftl
@@ -587,7 +587,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 {$conventions}
+hir_analysis_variadic_function_compatible_convention = C-variadic function must have a compatible calling convention, like `C`, `cdecl`, `system`, `aapcs`, `win64`, `sysv64` or `efiapi`
     .label = C-variadic function must have a compatible calling convention
 
 hir_analysis_variances_of = {$variances}