We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664e456 commit b7c33acCopy full SHA for b7c33ac
library/core/src/array/mod.rs
@@ -377,7 +377,7 @@ impl<T, const N: usize> [T; N] {
377
/// let y = x.map(|v| v + 1);
378
/// assert_eq!(y, [2, 3, 4]);
379
/// ```
380
- #[unstable(feature = "array_map", issue = "77777")]
+ #[unstable(feature = "array_map", issue = "75027")]
381
pub fn map<F, U>(self, mut f: F) -> [U; N]
382
where
383
F: FnMut(T) -> U,
0 commit comments