rust/compiler/rustc_typeck
Esteban Küber 0959f0f912 Tweak suggestion for missing field in patterns
Account for parser recovered struct and tuple patterns to avoid invalid
suggestion.

Follow up to #81103.
2021-01-26 11:27:53 -08:00
..

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