-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
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
cmp::max changed behavior in nightly #64710
Comments
Sorry, changelog is 97e58c0...ed8b708, which discards the llvm upgrade. |
Looking at this further, I think what's going on is that |
@emilio which means that this issue should be closed since it's a contract violation on bindgen's end? |
Yes, I think this std change only exposed an existing bug in bindgen. While it is a behavior change, it likely only occurs with contradictory impls: https://doc.rust-lang.org/std/cmp/trait.Ord.html#how-can-i-implement-ord
Closing, thanks for investigating @emilio! |
See rust-lang/rust#64710. Bogus implementations were introduced in 230545e, d3e39dc, and 379bb16.
See rust-lang/rust#64710. Bogus implementations were introduced in 230545e, d3e39dc, and 379bb16.
This program (playground) changed behavior between 97e58c0...1dd1884.
And broke bindgen as a result in funny ways.
I suspect #64047.
The text was updated successfully, but these errors were encountered: