diff options
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/io/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/error.rs b/library/std/src/io/error.rs index f9d45b9aafb..9bed12bf2ae 100644 --- a/library/std/src/io/error.rs +++ b/library/std/src/io/error.rs @@ -184,7 +184,7 @@ pub enum ErrorKind { /// This operation is unsupported on this platform. /// /// This means that the operation can never succeed. - #[stable(feature = "unsupported_error", since = "1.52.0")] + #[stable(feature = "unsupported_error", since = "1.53.0")] Unsupported, } |
