rust/compiler/rustc_typeck
Matthias Krüger c2d84852e5
Rollup merge of #97845 - estebank:spancito, r=compiler-errors
Use more targeted suggestion when confusing i8 with std::i8

r? `@compiler-errors`
2022-06-07 23:55:29 +02:00
..

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