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
..
locales Deny capturing late-bound non-lifetime param in anon const 2023-02-28 05:59:54 +00:00
src Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errors 2023-03-05 20:57:21 +01:00
Cargo.toml Use ThinVec in various AST types. 2023-02-21 11:51:56 +11:00
README.md

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