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 b7772e6 commit 86641d9Copy full SHA for 86641d9
src/libcore/convert.rs
@@ -103,7 +103,7 @@
103
/// let filtered = iter.filter_map(identity).collect::<Vec<_>>();
104
/// assert_eq!(vec![1, 3], filtered);
105
/// ```
106
-#[unstable(feature = "convert_id", issue = "0")]
+#[unstable(feature = "convert_id", issue = "53500")]
107
#[rustc_const_unstable(feature = "const_convert_id")]
108
#[inline]
109
pub const fn identity<T>(x: T) -> T { x }
0 commit comments