rust/compiler/rustc_typeck
Matthias Krüger 3c2780cf16
Rollup merge of #101364 - compiler-errors:arg-suggestion-spans, r=wesleywiser
Shrink suggestion span of argument mismatch error

This doesn't really help with #101242, but I wanted to put this up while I work on other fixes.
2022-09-03 14:20:52 +02:00
..
src Rollup merge of #101364 - compiler-errors:arg-suggestion-spans, r=wesleywiser 2022-09-03 14:20:52 +02: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.