rust/compiler/rustc_hir_analysis
Stuart Cook d88a309114
Rollup merge of #145134 - camsteffen:indirect-assoc-parent, r=cjgillot
Reduce indirect assoc parent queries

Simplify some code that uses multiple queries to get the parent of an associated item.
2025-08-09 13:58:55 +10:00
..
2025-07-31 14:19:27 +02:00

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