rust/compiler/rustc_hir_analysis
Matthias Krüger 1c2f641e15
Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errors
Tweaks to -Zdrop-tracking-mir

Split from https://github.com/rust-lang/rust/pull/107421

3 commits: 1 diagnostic improvement and 2 ICEs.
2023-03-05 20:57:21 +01:00
..
2023-02-21 11:51:56 +11:00

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