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 0895a69 commit b42e52fCopy full SHA for b42e52f
library/std/src/io/error.rs
@@ -184,7 +184,7 @@ pub enum ErrorKind {
184
/// This operation is unsupported on this platform.
185
///
186
/// This means that the operation can never succeed.
187
- #[stable(feature = "unsupported_error", since = "1.52.0")]
+ #[stable(feature = "unsupported_error", since = "1.53.0")]
188
Unsupported,
189
}
190
0 commit comments