mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 05:56:56 +00:00
Rollup merge of #103807 - H4x5:string-extend-from-within-tracking-issue, r=Dylan-DPC
Add tracking issue for `string_extend_from_within` Tracking issue: #103806 The original PR didn't create a tracking issue.
This commit is contained in:
commit
68db106366
@ -949,7 +949,7 @@ impl String {
|
||||
/// assert_eq!(string, "abcdecdeabecde");
|
||||
/// ```
|
||||
#[cfg(not(no_global_oom_handling))]
|
||||
#[unstable(feature = "string_extend_from_within", issue = "none")]
|
||||
#[unstable(feature = "string_extend_from_within", issue = "103806")]
|
||||
pub fn extend_from_within<R>(&mut self, src: R)
|
||||
where
|
||||
R: RangeBounds<usize>,
|
||||
|
Loading…
Reference in New Issue
Block a user