rust/compiler/rustc_hir_analysis
lcnr abc838be13 rm RpitConstraintChecker
we already collect opaque types from nested items
during `mir_borrowck` of the root, checking that they
are consistent this way.
2025-04-03 11:13:10 +02:00
..
2025-04-03 11:13:10 +02:00

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