1
Fork 0

Stabilize extended_varargs_abi_support

This commit is contained in:
Soveu 2024-04-23 22:14:41 +02:00
parent f5d1857685
commit 685f189b43
16 changed files with 12 additions and 124 deletions

View file

@ -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}