Tracking Issue for const
str::split_at*
#131518
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(const_str_split_at)]
This is a tracking issue for using
str::split_at
,str::split_at_mut
,str::split_at_checked
,str::split_at_mut_checked
inconst
, which allows dividing one (mutable) string slice into two (fallibly) at an index during const-eval.Public API
Steps / History
str::is_char_boundary
andstr::split_at*
unstablyconst
. #131520const_is_char_boundary
#131516Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: