Rename c_var_args_without_named_arg to c_var_args_is_sole_param

This commit is contained in:
finalchild
2022-08-18 17:53:59 +09:00
parent c6903c04b1
commit 07e0bc9600
3 changed files with 4 additions and 4 deletions

View File

@@ -114,8 +114,8 @@ pub struct TooManyParams {
}
#[derive(SessionDiagnostic)]
#[error(ast_passes::c_var_args_without_named_arg)]
pub struct CVarArgsWithoutNamedArg {
#[error(ast_passes::c_var_args_is_sole_param)]
pub struct CVarArgsIsSoleParam {
#[primary_span]
pub span: Span,
}