rust/compiler/rustc_hir_analysis
Nicholas Nethercote 1830245a22 Remove recursion_limit increases.
These are no longer needed now that `Nonterminal` is gone.
2025-04-02 16:25:27 +11:00
..
2025-04-02 16:25:27 +11:00

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