]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/convert/mod.rs
Do not ICE on multipart suggestions touching multiple files
[rust.git] / src / libcore / convert / mod.rs
index e5599f1dd373b0f8b8c039d9c0e04de7f8b1ac88..959fd63df51c2928e7617c9e26f3d439c2b63002 100644 (file)
 /// assert_eq!(vec![1, 3], filtered);
 /// ```
 #[stable(feature = "convert_id", since = "1.33.0")]
-#[cfg_attr(not(bootstrap), rustc_const_stable(feature = "const_identity", since = "1.33.0"))]
+#[rustc_const_stable(feature = "const_identity", since = "1.33.0")]
 #[inline]
 pub const fn identity<T>(x: T) -> T {
     x