-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Allow casts from the result of abs
to unsigned
#4614
Conversation
Thanks! @bors r+ |
📌 Commit 0e1dd65 has been approved by |
Allow casts from the result of `abs` to unsigned changelog: Allow casts from the result of `abs` to unsigned in `cast_sign_loss` Fixes #4605
💔 Test failed - status-appveyor |
@HMPerson1 It's a separate CI/Cargo issue unfortunately, not your fault. This should be merged later today. |
Allow casts from the result of `abs` to unsigned changelog: Allow casts from the result of `abs` to unsigned in `cast_sign_loss` Fixes rust-lang#4605
@phansch What's the timeframe for this to land on stable? I just upgraded to rustc 1.39 and it doesn't look like this PR is part of the related clippy build. |
Should be in beta now and therefore it will be in stable 1.40.0. |
changelog: Allow casts from the result of
abs
to unsigned incast_sign_loss
Fixes #4605