rust/compiler/rustc_typeck
Yuki Okushi e0f88b3e9c
Rollup merge of #99789 - TaKO8Ki:use-pluralize-macro, r=compiler-errors
Refactor: use `pluralize!`

Use `pluralize!` in more places
2022-07-27 19:05:36 +09:00
..
src Rollup merge of #99789 - TaKO8Ki:use-pluralize-macro, r=compiler-errors 2022-07-27 19:05:36 +09:00
Cargo.toml
README.md

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