We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PartialOrd
Variable
transitivity
duality
PartialOrd for Variable violates transitivity and duality properties.
This code prints both 0<1 and 1<0.
0<1
1<0
See playground for example:
one is Some(Less) than zero zero is Some(Less) than one
v0.3.0 8bb375e
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=51b860bb4a8854d6636e740e8be1c9ce
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary of Bug
PartialOrd
forVariable
violatestransitivity
andduality
properties.This code prints both
0<1
and1<0
.See playground for example:
Version
v0.3.0
8bb375e
Steps to Reproduce
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=51b860bb4a8854d6636e740e8be1c9ce
The text was updated successfully, but these errors were encountered: