rust/compiler/rustc_hir_analysis
Rémy Rakic a13354bea0 rename BitSet to DenseBitSet
This should make it clearer that this bitset is dense, with the
advantages and disadvantages that it entails.
2025-01-11 11:34:01 +00:00
..
2025-01-11 11:34:01 +00:00

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