Lint bare traits in AstConv.
This commit is contained in:
parent
887999d163
commit
646f58a7e1
45 changed files with 366 additions and 297 deletions
|
@ -285,7 +285,6 @@ pub enum ExternDepSpec {
|
|||
#[derive(PartialEq, Debug)]
|
||||
pub enum BuiltinLintDiagnostics {
|
||||
Normal,
|
||||
BareTraitObject(Span, /* is_global */ bool),
|
||||
AbsPathWithModule(Span),
|
||||
ProcMacroDeriveResolutionFallback(Span),
|
||||
MacroExpandedMacroExportsAccessedByAbsolutePaths(Span),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue