about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-06-13 17:18:26 +0200
committerRalf Jung <post@ralfj.de>2025-06-13 18:10:06 +0200
commit963fdbc8521839baf833e007e8135794fd1d49d2 (patch)
tree30384ab10fb556cf4070877f1caa166bbae3d6bd /compiler/rustc_hir_analysis/messages.ftl
parentc35911781925bcbfdeb5e6e1adb305097af46801 (diff)
downloadrust-963fdbc8521839baf833e007e8135794fd1d49d2.tar.gz
rust-963fdbc8521839baf833e007e8135794fd1d49d2.zip
variadic functions: remove list of supported ABIs from error
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 4fcd9f8a646..7c14a055763 100644
--- a/compiler/rustc_hir_analysis/messages.ftl
+++ b/compiler/rustc_hir_analysis/messages.ftl
@@ -595,7 +595,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 functions with the {$convention} calling convention are not supported
     .label = C-variadic function must have a compatible calling convention
 
 hir_analysis_variances_of = {$variances}