rust/compiler/rustc_hir_analysis
bors 5236c8e1fa Auto merge of #116273 - compiler-errors:refine2, r=tmandry
Only trigger `refining_impl_trait` lint on reachable traits

Public but unreachable traits don't matter 😸

r? `@tmandry`
2023-10-05 03:00:30 +00:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.