1
Fork 0

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

@ -136,27 +136,6 @@ pub(crate) struct BenchSig {
pub(crate) span: Span,
}
#[derive(Diagnostic)]
#[diag(builtin_macros_test_arg_non_lifetime)]
pub(crate) struct TestArgNonLifetime {
#[primary_span]
pub(crate) span: Span,
}
#[derive(Diagnostic)]
#[diag(builtin_macros_should_panic)]
pub(crate) struct ShouldPanic {
#[primary_span]
pub(crate) span: Span,
}
#[derive(Diagnostic)]
#[diag(builtin_macros_test_args)]
pub(crate) struct TestArgs {
#[primary_span]
pub(crate) span: Span,
}
#[derive(Diagnostic)]
#[diag(builtin_macros_alloc_must_statics)]
pub(crate) struct AllocMustStatics {