-
Couldn't load subscription status.
- Fork 13.9k
Stabilise as_array in [_] and *const [_]; stabilise as_mut_array in [_] and *mut [_].
#147540
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
base: master
Are you sure you want to change the base?
Conversation
|
r? @ibraheemdev rustbot has assigned @ibraheemdev. Use |
|
@rustbot label needs-fcp |
eb35f4d to
f479981
Compare
This comment has been minimized.
This comment has been minimized.
as_array in [_] and *const [_] and as_mut_array in [_] and *mut [_].as_array in [_] and *const [_]; stabilise as_mut_array in [_] and *mut [_].
f479981 to
a20b847
Compare
This comment has been minimized.
This comment has been minimized.
tidy [features]: /checkout/library/alloc/src/sync.rs:1229: feature gate slice_as_array has inconsistent `issue`: "133508" mismatches the previous `issue` of "none"The specific tidy error is about I think since this is a partial stabilization of IIUC, the intended workflow is to rename the feature on the being-stabilized functions, and leave the feature name the same on the remaining-unstable functions, like was done in #94640 (it stablized If you want to cherry-pick zachs18@e801f3e it should fix the tidy error I think. |
|
Oh, I wasn't aware. Thank you! |
a20b847 to
6c79c02
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
…ay' in '[_]' and '*mut [_]';
6c79c02 to
f38f442
Compare
|
r? libs-api |
Tracking issue: #133508
Closes: #133508
This PR stabilises the
as_arrayandas_mut_arrayassociated functions from thecore_slice_as_arrayfeature gate:FCP missing.