Migrate trait_fn_const
This commit is contained in:
parent
e3d4c4039a
commit
8d042f4483
2 changed files with 12 additions and 0 deletions
|
@ -82,3 +82,11 @@ pub struct TraitFnAsync {
|
|||
#[label]
|
||||
pub span: Span,
|
||||
}
|
||||
|
||||
#[derive(SessionDiagnostic)]
|
||||
#[error(ast_passes::trait_fn_const, code = "E0379")]
|
||||
pub struct TraitFnConst {
|
||||
#[primary_span]
|
||||
#[label]
|
||||
pub span: Span,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue