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
Same as #13634 but for bytes literal.
There might be a way to unify some of the implementation by making use of Rust's Eq ane PartialOrd traits.
Eq
PartialOrd
The text was updated successfully, but these errors were encountered:
[red-knot] feat: add BytesLiteral comparison
BytesLiteral
05f2a0f
Implements inference for `BytesLiteral` comparisons along the lines of #13634. closes #13687
dc5882f
66f3312
[red-knot] feat: Inference for BytesLiteral comparisons (#13746)
93097f1
Implements inference for `BytesLiteral` comparisons along the lines of #13634. closes #13687 Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
sharkdp
Successfully merging a pull request may close this issue.
Same as #13634 but for bytes literal.
There might be a way to unify some of the implementation by making use of Rust's
Eq
anePartialOrd
traits.The text was updated successfully, but these errors were encountered: