mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
migrate `rustc_hir_analysis` to session diagnostic [Part Two] migrate `rustc_hir_analysis` to session diagnostic (part two) files list: - rustc_hir_analysis/variance/* - rustc_hir_analysis/missing_cast_for_variadic_arg.rs - rustc_hir_analysis/sized_unsized_cast.rs Updates #100717
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.