-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Tracking Issue for substr_range and related methods #126769
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 RFCT-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.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.This issue / PR is in PFCP or FCP with a disposition to merge it.final-comment-periodIn the final comment period and will be merged soon unless new substantive objections are raised.In the final comment period and will be merged soon unless new substantive objections are raised.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this 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 RFCT-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.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.This issue / PR is in PFCP or FCP with a disposition to merge it.final-comment-periodIn the final comment period and will be merged soon unless new substantive objections are raised.In the final comment period and will be merged soon unless new substantive objections are raised.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this PR / Issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
View all comments
Feature gate:
#![feature(substr_range)]This is a tracking issue for
str::substr_range,slice::subslice_range, andslice::element_offsetas described in this ACP.These methods can be used for error handling and to extend
str::lines,str::split,slice::split, and other related methods.Public API
Steps / History
elem_offsettoelement_offset#132830slice::element_offset#150777Rangetypes Makesubstr_rangeandsubslice_rangereturn the newRangetype #154707substr_rangeandsubslice_range#141266Unresolved Questions
std::rangereturn typesFootnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩ ↩2