mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 21:18:30 +00:00
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.