rust/compiler/rustc_typeck
Matthias Krüger 76dd1663d9
Rollup merge of #100590 - TaKO8Ki:suggest-adding-array-length, r=compiler-errors
Suggest adding an array length if possible

fixes #100448
2022-08-16 06:05:59 +02:00
..
src Rollup merge of #100590 - TaKO8Ki:suggest-adding-array-length, r=compiler-errors 2022-08-16 06:05:59 +02:00
Cargo.toml Improve error message for unstable default body 2022-07-26 15:40:04 +04:00
README.md

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