-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Tracking Issue for const_array_as_mut_slice
#133333
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.
Add the
const
specifier to<[T; N]>::as_mut_slice
.Public API
Steps / History
<[T; N]>::as_mut_slice
with theconst
specifier. #133332Unresolved Questions
The text was updated successfully, but these errors were encountered: