rust/compiler/rustc_hir_analysis
Nicholas Nethercote 806be25fc9 Move methods from Map to TyCtxt, part 3.
Continuing the work from #137162.

Every method gains a `hir_` prefix.
2025-02-21 14:31:09 +11:00
..
2025-02-18 04:50:33 +00:00

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