rust/compiler/rustc_typeck
Matthias Krüger bd9750fd2a
Rollup merge of #100302 - compiler-errors:deref-path-methods, r=jackh726
Suggest associated method on deref types when path syntax method fails

Fixes #100278
2022-09-04 00:20:39 +02:00
..

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