rust/compiler/rustc_typeck
Matthias Krüger 02539e1612
Rollup merge of #94676 - TaKO8Ki:remove-unnecessary-pattens-for-ignoring-remaining-parts, r=Dylan-DPC
Remove unnecessary `..` patterns

This patch removes unnecessary `..` patterns.
2022-03-07 06:44:03 +01:00
..

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