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 d8aba10 commit 8e8a3beCopy full SHA for 8e8a3be
library/std/src/io/error.rs
@@ -836,7 +836,7 @@ impl Error {
836
/// }
837
838
/// ```
839
- #[unstable(feature = "io_error_downcast", issue = "none")]
+ #[unstable(feature = "io_error_downcast", issue = "99262")]
840
pub fn downcast<E>(self) -> result::Result<Box<E>, Self>
841
where
842
E: error::Error + Send + Sync + 'static,
0 commit comments