-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Tracking Issue for const_array_as_mut_slice
#133333
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
I've |
I'll get around to the stabilisation PR, then. :) |
Up to you, as a stabilization PR is of course simple. I would be surprised if the team didn't want to stabilize it, but it's also not up to me. |
Sure. If anything, it can just sit idle until the (I'm assuming inevitable) FCP has passed – or whatever else happens. |
…e, r=jhpratt Mark `<[T; N]>::as_mut_slice` with the `const` specifier. Tracking issue: rust-lang#133333 `<[T; N]>::as_mut_slice` can have the `const` specifier without any changes to the function body.
…e, r=jhpratt Mark `<[T; N]>::as_mut_slice` with the `const` specifier. Tracking issue: rust-lang#133333 `<[T; N]>::as_mut_slice` can have the `const` specifier without any changes to the function body.
…e, r=jhpratt Mark `<[T; N]>::as_mut_slice` with the `const` specifier. Tracking issue: rust-lang#133333 `<[T; N]>::as_mut_slice` can have the `const` specifier without any changes to the function body.
Rollup merge of rust-lang#133332 - bjoernager:const-array-as-mut-slice, r=jhpratt Mark `<[T; N]>::as_mut_slice` with the `const` specifier. Tracking issue: rust-lang#133333 `<[T; N]>::as_mut_slice` can have the `const` specifier without any changes to the function body.
I've opened a PR to stabilize this: #140066. We'll need to start an FCP. |
Add the
const
specifier to<[T; N]>::as_mut_slice
.Public API
Steps / History
<[T; N]>::as_mut_slice
with theconst
specifier. #133332<[T; N]>::as_mut_slice
asconst
#140066Unresolved Questions
The text was updated successfully, but these errors were encountered: