rust/compiler/rustc_hir_analysis
Nicholas Nethercote 6713f34ee4 Move methods from Map to TyCtxt, part 5.
This eliminates all methods on `Map`. Actually removing `Map` will occur
in a follow-up PR.
2025-04-02 10:00:46 +11:00
..

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