rust/compiler/rustc_hir_analysis
Nicholas Nethercote 293fe0a966 Increase recursion_limit in numerous crates.
This is temporarily needed for `x doc compiler` to work. They can be
removed once the `Nonterminal` is removed (#124141).
2025-03-07 14:51:07 +11:00
..

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