You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
.previous_bound_label = `{$item_name}` bound here first
592
592
593
-
hir_analysis_variadic_function_compatible_convention = C-variadic function must have a compatible calling convention, like {$conventions}
593
+
hir_analysis_variadic_function_compatible_convention = C-variadic function must have a compatible calling convention, like `C`, `cdecl`, `system`, `aapcs`, `win64`, `sysv64` or `efiapi`
594
594
.label = C-variadic function must have a compatible calling convention
Copy file name to clipboardExpand all lines: compiler/rustc_hir_typeck/messages.ftl
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,6 @@ hir_typeck_option_result_copied = use `{$def_path}::copied` to copy the value in
146
146
147
147
hir_typeck_pass_to_variadic_function = can't pass `{$ty}` to variadic function
148
148
.suggestion = cast the value to `{$cast_ty}`
149
-
.help = cast the value to `{$cast_ty}`
150
149
.teach_help = certain types, like `{$ty}`, must be casted before passing them to a variadic function, because of arcane ABI rules dictated by the C standard
0 commit comments