We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b3162 commit 63eddb3Copy full SHA for 63eddb3
library/core/src/iter/traits/iterator.rs
@@ -1921,7 +1921,7 @@ pub trait Iterator {
1921
/// println!("Vec len now is {}", count);
1922
/// ```
1923
#[inline]
1924
- #[unstable(feature = "iter_collect_into", reason = "new API", issue = "none")]
+ #[unstable(feature = "iter_collect_into", reason = "new API", issue = "94780")]
1925
fn collect_into<E: Extend<Self::Item>>(self, collection: &mut E) -> &mut E
1926
where
1927
Self: Sized,
0 commit comments