rust/compiler/rustc_typeck
Dylan DPC 036d200d1c
Rollup merge of #96122 - TaKO8Ki:fix-invalid-error-for-suggestion-to-add-slice-in-pattern-matching, r=nagisa
Fix an invalid error for a suggestion to add a slice in pattern-matching

closes #96103
2022-04-19 14:43:20 +02:00
..

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