rust/compiler/rustc_hir_analysis
Noah Lev 124bfc99c3 Remove parent def lookup hack that is no longer needed
The tcx.parent tree appears to be correct now.
2025-10-13 11:47:53 -04:00
..

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