-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Tracking Issue for str::first_char, str::split_first_char et al. #154393
Copy link
Copy link
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(str_first_last_char)]This is a tracking issue for methods for extracting the first or last character of a
stras achar. PR #89603 was submitted in 2021 (predating ACPs) but was closed after a few months due to author inactivity. ACP rust-lang/libs-team#764 proposes trying again to add these methods, this time constified.Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)str::split_firstand others libs-team#764str::first,str::split_first,str::lastandstr::split_lastmethods #89603 (abandoned, not const)Unresolved Questions
_charsuffix or not?Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩