mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-04 23:15:28 +00:00
Some "parenthesis" and "parentheses" fixes "Parenthesis" is the singular (e.g. one `(` or one `)`) and "parentheses" is the plural (multiple `(` or `)`s) and this is not hard to mix up so here are some fixes for that. Inspired by #89958
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.