Add `on_unimplemented" typo suggestions
This commit is contained in:
@@ -663,6 +663,10 @@ pub enum BuiltinLintDiag {
|
||||
span: Span,
|
||||
max_vis: String,
|
||||
},
|
||||
MaybeTypo {
|
||||
span: Span,
|
||||
name: Symbol,
|
||||
},
|
||||
}
|
||||
|
||||
/// Lints that are buffered up early on in the `Session` before the
|
||||
|
||||
Reference in New Issue
Block a user