mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
8ad447c479
PartialEq: PERs are homogeneous PartialEq claims that it corresponds to a PER, but that is only a well-defined statement when `Rhs == Self`. There is no standard notion of PER on a relation between two different sets/types. So move this out of the first paragraph and clarify this.