Tracking Issue for string_extend_from_within
#103806
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(string_extend_from_within)]
This is a tracking issue for the
String::extend_from_within
method.This method is just like
Vec::extend_from_within
(which has been stable since 1.53.0).Note that the original impl PR didn't create a tracking issue.
Public API
Steps / History
String::extend_from_within
#85801string_extend_from_within
#103807Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: