Rename c_var_args_without_named_arg to c_var_args_is_sole_param
This commit is contained in:
parent
c6903c04b1
commit
07e0bc9600
3 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ ast_passes_forbidden_non_lifetime_param =
|
|||
ast_passes_too_many_params =
|
||||
function can not have more than {$max_num_args} arguments
|
||||
|
||||
ast_passes_c_var_args_without_named_arg =
|
||||
ast_passes_c_var_args_is_sole_param =
|
||||
C-variadic function must be declared with at least one named argument
|
||||
|
||||
ast_passes_c_var_args_not_last =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue