We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbd3a10 + 3e23d60 commit 68db106Copy full SHA for 68db106
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