rust/compiler/rustc_typeck
Dylan DPC 1b7d6dbd30
Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors
Spellchecking compiler comments

This PR cleans up the rest of the spelling mistakes in the compiler comments. This PR does not change any literal or code spelling issues.
2022-03-31 04:57:28 +02:00
..

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