rust/compiler/rustc_typeck
bors b03ccace57 Auto merge of #88266 - nikomatsakis:issue-87879, r=jackh726
resolve type variables after checking casts

r? `@jackh726`

Fixes #87814
Fixes #88118

Supercedes #87879 (cc `@ldm0)`
2021-08-24 20:49:55 +00:00
..

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