Remove unused diagnostic struct

This commit is contained in:
r0cky 2024-02-29 14:00:08 +08:00
parent d3d145ea1c
commit 1850ba7f54
4 changed files with 0 additions and 75 deletions

View file

@ -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]