rust/compiler/rustc_typeck
Mara Bos d3b31065e3
Rollup merge of #80017 - camelid:sugg-rest-pattern, r=estebank
Suggest `_` and `..` if a pattern has too few fields

Fixes #80010.
2021-01-14 17:59:55 +00:00
..

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