rust/compiler/rustc_typeck
Matthias Krüger 9d5cb20978
Rollup merge of #92810 - compiler-errors:deduplicate-box-deref-suggestion, r=camelid
Deduplicate box deref and regular deref suggestions

Remove the suggestion code special-cased for Box deref.

r? ```@camelid```
since you introduced the code in #90627
2022-01-14 07:47:34 +01:00
..

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