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 db86714 commit cfac1e9Copy full SHA for cfac1e9
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