Change to lint
This commit is contained in:
parent
c20b4f5584
commit
3f504f6984
8 changed files with 75 additions and 21 deletions
|
@ -427,6 +427,7 @@ pub enum BuiltinLintDiagnostics {
|
|||
NamedAsmLabel(String),
|
||||
UnicodeTextFlow(Span, String),
|
||||
UnexpectedCfg((Symbol, Span), Option<(Symbol, Span)>),
|
||||
DeprecatedWhereclauseLocation(Span, String),
|
||||
}
|
||||
|
||||
/// Lints that are buffered up early on in the `Session` before the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue