rust/compiler/rustc_typeck
Matthias Krüger 451349a634
Rollup merge of #99889 - compiler-errors:cleanup-ti, r=cjgillot
Remove `parent_pat` from `TopInfo`

We can get the parent pat from the hir map.
2022-07-30 22:50:58 +02:00
..

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