-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
PartialEq example is not symmetric #53844
Copy link
Copy link
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsP-mediumMedium priorityMedium priority
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsP-mediumMedium priorityMedium priority
Type
Fields
Give feedbackNo fields configured for issues without a type.
With #51760 landed, the
PartialEqdocumentation now at the same time statesAnd gives an example that is not symmetric:
b1 == BookFormat::Paperbacktypechecks, butBookFormat::Paperback == b1does not.Cc @gnzlbg @GuillaumeGomez @steveklabnik