diff options
| author | Soveu <marx.tomasz@gmail.com> | 2024-04-23 22:14:41 +0200 |
|---|---|---|
| committer | Soveu <marx.tomasz@gmail.com> | 2024-11-27 22:21:33 +0100 |
| commit | 685f189b4307435b83d625fea397ef36dff4e955 (patch) | |
| tree | 3fdc6bd3c89c061c361fda7245a87fcafab66523 /compiler/rustc_hir_analysis/messages.ftl | |
| parent | f5d18576856ef45d1e47de79889ae7db9d1afa29 (diff) | |
| download | rust-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.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 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} |
