rust/compiler/rustc_hir_analysis
Mara Bos 3a9a5770ef Remove ScopeDepth entirely.
The scope depth was tracked, but never actually used for anything.
2025-03-28 08:31:47 +01:00
..
2025-03-28 08:31:47 +01:00

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