1
Fork 0

Lint bare traits in AstConv.

This commit is contained in:
Camille GILLOT 2021-07-10 10:00:54 +02:00
parent 887999d163
commit 646f58a7e1
45 changed files with 366 additions and 297 deletions

View file

@ -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),