rust/compiler/rustc_hir_analysis
bors fa51fc01ca Auto merge of #106235 - compiler-errors:rework-bounds-collection, r=davidtwco
Rework `Bounds` collection

I think it's weird for the `Bounds` struct in astconv to store its predicates *almost* converted into real predicates... so we do this eagerly, instead of lazily.
2023-01-08 14:40:52 +00:00
..

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