Tracking Issue for const_split_off_first_last
#138539
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(const_split_off_first_last)]
This is a tracking issue for using
<[T]>::split_off_*
functions in const. These functions remove either the first or last element from a slice and return a reference or mutable reference to that element.The original functions were stabilized with the
slice_take
feature.slice_take
tracking issue: #62280Public API
Steps / History
split_off
variants unstably const #138540Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: