We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ForbiddenNonLifetimeParam
1 parent f42f19b commit 1b7efb5Copy full SHA for 1b7efb5
compiler/rustc_ast_passes/src/errors.rs
@@ -77,13 +77,6 @@ pub struct ForbiddenLifetimeBound {
77
pub spans: Vec<Span>,
78
}
79
80
-#[derive(Diagnostic)]
81
-#[diag(ast_passes_forbidden_non_lifetime_param)]
82
-pub struct ForbiddenNonLifetimeParam {
83
- #[primary_span]
84
- pub spans: Vec<Span>,
85
-}
86
-
87
#[derive(Diagnostic)]
88
#[diag(ast_passes_fn_param_too_many)]
89
pub struct FnParamTooMany {
0 commit comments