We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c22e48 commit 7171c83Copy full SHA for 7171c83
src/libcore/iter/traits/iterator.rs
@@ -1595,7 +1595,7 @@ pub trait Iterator {
1595
/// assert!("Iterator".chars().is_partitioned(char::is_uppercase));
1596
/// assert!(!"IntoIterator".chars().is_partitioned(char::is_uppercase));
1597
/// ```
1598
- #[unstable(feature = "iter_is_partitioned", reason = "new API", issue = "0")]
+ #[unstable(feature = "iter_is_partitioned", reason = "new API", issue = "62544")]
1599
fn is_partitioned<P>(mut self, mut predicate: P) -> bool
1600
where
1601
Self: Sized,
0 commit comments