mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-19 21:10:33 +00:00
Relate receiver invariantly in method probe for `Mode::Path` Effectively reverts part of #126128 Fixes #126227 This PR changes method probing to use equality for fully path-based method lookup, and subtyping for receiver `.` method lookup. r? lcnr