Remove unused diagnostic struct
This commit is contained in:
parent
d3d145ea1c
commit
1850ba7f54
4 changed files with 0 additions and 75 deletions
|
@ -557,14 +557,6 @@ pub(crate) struct CatchAfterTry {
|
|||
pub span: Span,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(parse_gen_fn)]
|
||||
#[help]
|
||||
pub(crate) struct GenFn {
|
||||
#[primary_span]
|
||||
pub span: Span,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(parse_comma_after_base_struct)]
|
||||
#[note]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue