diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2025-02-11 17:22:27 -0800 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2025-02-11 17:22:27 -0800 |
| commit | d97bde059a21211de92344233738ede496df3e32 (patch) | |
| tree | c1f9dd6ce2a33bc992598c991343bfc8855ed913 /compiler/rustc_hir_analysis/messages.ftl | |
| parent | 92bedea1c51e3a969d60972be854506ffd8c5cb6 (diff) | |
| download | rust-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.ftl | 2 |
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} |
