-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Mark ascii methods on primitive types stable in 1.23.0 not 1.21.0. #46411
Conversation
r? @Kimundi (rust_highfive has picked a reviewer for you, use r? to override) |
cc @LukasKalbertodt. This fixes an apparent oversight in #46411. |
They're not in 1.22.0 either. 1.23.0 is the first version with these methods. Also, I assume you meant to link to #44042. |
Oops, yes, that's correct. Thanks! |
2949f54
to
6fdbf4b
Compare
The documentation is also incorrect in 1.23.0 beta. Could someone please nominate this issue for inclusion there? |
☔ The latest upstream changes (presumably #46288) made this pull request unmergeable. Please resolve the merge conflicts. |
The ascii_methods_on_intrinsics feature stabilization didn't land in time for 1.21.0. Update the annotation so the documentation is correct about when these methods became available.
@Kimundi review ping? |
@bors r+ rollup |
📌 Commit 6aef5e3 has been approved by |
Mark ascii methods on primitive types stable in 1.23.0 not 1.21.0. The ascii_methods_on_intrinsics feature stabilization didn't land in time for 1.21.0. Update the annotation so the documentation is correct about when these methods became available.
Thanks @kennytm! :D |
☀️ Test successful - status-appveyor, status-travis |
Looks like we forgot to backport this to 1.23.0 (sorry about that!) so removing the beta tags. |
The ascii_methods_on_intrinsics feature stabilization
didn't land in time for 1.21.0. Update the annotation
so the documentation is correct about when these
methods became available.