rust/compiler/rustc_typeck
Yuki Okushi 4e1ebf23cd
Rollup merge of #86764 - estebank:issue-86756, r=pnkfelix
Avoid ICE on type error recovery

Fix #86756
2021-07-27 19:52:41 +09:00
..

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