9d5cb20978
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
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.