We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
string_extend_from_within
1 parent 2afca78 commit 3e23d60Copy full SHA for 3e23d60
library/alloc/src/string.rs
@@ -949,7 +949,7 @@ impl String {
949
/// assert_eq!(string, "abcdecdeabecde");
950
/// ```
951
#[cfg(not(no_global_oom_handling))]
952
- #[unstable(feature = "string_extend_from_within", issue = "none")]
+ #[unstable(feature = "string_extend_from_within", issue = "103806")]
953
pub fn extend_from_within<R>(&mut self, src: R)
954
where
955
R: RangeBounds<usize>,
0 commit comments