mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 19:58:32 +00:00
remove an unused struct ForbiddenNonLifetimeParam
This commit is contained in:
parent
f42f19b6d3
commit
1b7efb5ade
@ -77,13 +77,6 @@ pub struct ForbiddenLifetimeBound {
|
|||||||
pub spans: Vec<Span>,
|
pub spans: Vec<Span>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Diagnostic)]
|
|
||||||
#[diag(ast_passes_forbidden_non_lifetime_param)]
|
|
||||||
pub struct ForbiddenNonLifetimeParam {
|
|
||||||
#[primary_span]
|
|
||||||
pub spans: Vec<Span>,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Diagnostic)]
|
#[derive(Diagnostic)]
|
||||||
#[diag(ast_passes_fn_param_too_many)]
|
#[diag(ast_passes_fn_param_too_many)]
|
||||||
pub struct FnParamTooMany {
|
pub struct FnParamTooMany {
|
||||||
|
Loading…
Reference in New Issue
Block a user