rust/compiler/rustc_hir_analysis
Zalathar a2479a4ae7 Remove unnecessary min_specialization after bootstrap
These crates all needed specialization for `newtype_index!`, which will no
longer be necessary when the current nightly eventually becomes the next
bootstrap compiler.
2024-02-10 18:15:11 +11:00
..
2024-02-05 21:08:47 +00:00

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