Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726
Lint bare traits in AstConv. Removing the lint from lowering allows to: - make lowering querification easier; - have the lint implementation in only one place. r? `@estebank`
This commit is contained in:
commit
7a626cf7ce
51 changed files with 731 additions and 320 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