rust/compiler/rustc_typeck
Dylan DPC 8733550870
Rollup merge of #100309 - compiler-errors:issue-100300, r=sanxiyn
Extend comma suggestion to cases where fields arent missing

Fixes #100300
2022-08-23 20:40:02 +05:30
..

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