Detect empty leading where-clauses on type aliases
This commit is contained in:
@@ -597,7 +597,7 @@ pub enum BuiltinLintDiagnostics {
|
||||
UnicodeTextFlow(Span, String),
|
||||
UnexpectedCfgName((Symbol, Span), Option<(Symbol, Span)>),
|
||||
UnexpectedCfgValue((Symbol, Span), Option<(Symbol, Span)>),
|
||||
DeprecatedWhereclauseLocation(Span, String),
|
||||
DeprecatedWhereclauseLocation(Option<(Span, String)>),
|
||||
SingleUseLifetime {
|
||||
/// Span of the parameter which declares this lifetime.
|
||||
param_span: Span,
|
||||
|
||||
Reference in New Issue
Block a user