Feature gate: `#![feature(const_slice_reverse)]` This is a tracking issue for using `<[T]>::reverse` in `const`. <!-- Include a short description of the feature. --> ### Public API ```rust impl<T> [T] { pub const fn reverse(&mut self); } ``` ### Steps / History - [x] Implementation: #135121 - [x] Final comment period (FCP)[^1] - [x] Stabilization PR #143382 ### Unresolved Questions - None yet. [^1]: https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html
Feature gate:
#![feature(const_slice_reverse)]This is a tracking issue for using
<[T]>::reverseinconst.Public API
Steps / History
slice::reverseunstably const #135121const_slice_reverse#143382Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩