rust/compiler/rustc_typeck
Dylan DPC bdad4a7be7
Rollup merge of #93072 - m-ou-se:compatible-variants-suggestion-with-desugaring, r=estebank
Compatible variants suggestion with desugaring

This fixes #90553 for `for` loops and other desugarings.

r? ```@estebank```
2022-03-03 01:09:08 +01:00
..

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