You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could in principle implement PartialEq and PartialOrd for all reference types if we just decide that any error is incomparable (and hence also non-equal) and that we do not compare any field we do not know about.
This might be a sufficiently large usability improvement that I am willing to accept the fact that it is to some extent a footgun.
The text was updated successfully, but these errors were encountered:
We could in principle implement
PartialEq
andPartialOrd
for all reference types if we just decide that any error is incomparable (and hence also non-equal) and that we do not compare any field we do not know about.This might be a sufficiently large usability improvement that I am willing to accept the fact that it is to some extent a footgun.
The text was updated successfully, but these errors were encountered: