diff --git a/src/libcollections/string.rs b/src/libcollections/string.rs index 70b514afd035f..c06bde6222ac8 100644 --- a/src/libcollections/string.rs +++ b/src/libcollections/string.rs @@ -1180,7 +1180,7 @@ impl String { #[inline] #[unstable(feature = "insert_str", reason = "recent addition", - issue = "0")] + issue = "35553")] pub fn insert_str(&mut self, idx: usize, string: &str) { let len = self.len(); assert!(idx <= len);