rust/compiler/rustc_hir_analysis
Matthias Krüger 894f471d1e
Rollup merge of #139494 - compiler-errors:restrict-queries, r=oli-obk
Restrict some queries by def-kind more

Random cleanup. I prefer things to assert more so as to catch bugs :)

r? oli-obk
2025-04-08 21:25:57 +02:00
..

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