mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 05:17:18 +00:00
Don't use `can_eq` in `derive(..)` suggestion for missing method Unsatisfied predicates returned from method probe may reference inference vars from that probe, so drop this extra check I added in #110877 for more accurate derive suggestions... Fixes #111500