-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Tracking issue for .trailing_ones()
+ leading_ones()
#57969
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Lets repurpose this into a tracking issue so that you would have stuff to put into the tracking issue in the PR... |
.trailing_ones()
+ leading_ones()
Closing since #55715 did not land. Feel free to reopen if/when it does. |
Now that here's another PR(#68165), maybe we should reopen this issue? @SimonSapin @nagisa |
So we've had this for a while now, and it would be nice to stabilize. Seems pretty simple. Libs team folks? |
…ing_ones, r=Amanieu stabilize leading_trailing_ones This PR stabilizes the `leading_trailing_ones` feature. It's been available on nightly since the start of the year, and hasn't had any issues since. It seems unlikely we'll want to change this, so following up on @djc's suggestion in rust-lang#57969 (comment) I'd like to put forward this PR to stabilize the feature and make it part of `1.46.0`. Thanks! cc/ @djc @rust-lang/libs
…g_ones, r=Amanieu stabilize leading_trailing_ones This PR stabilizes the `leading_trailing_ones` feature. It's been available on nightly since the start of the year, and hasn't had any issues since. It seems unlikely we'll want to change this, so following up on @djc's suggestion in rust-lang#57969 (comment) I'd like to put forward this PR to stabilize the feature and make it part of `1.46.0`. Thanks! cc/ @djc @rust-lang/libs
Stabilized in #73032, this issue should probably be closed. |
Uh oh!
There was an error while loading. Please reload this page.
This is a tracking issue for the feature
leading_trailing_ones
which addstrailing_ones
andleading_ones
to all primitive integer types. (trailing_zeros
andleading_zeros
already existed before.)TODO:
Unresolved questions
Implementation History
The text was updated successfully, but these errors were encountered: