about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCDirkx <christiaan@dirkx.email>2021-02-23 05:49:37 +0100
committerChristiaan Dirkx <christiaan@dirkx.email>2021-04-18 09:29:22 +0200
commit86592b9939df4e5534ea37cda6bc0b7f7ca8b70e (patch)
treef2a13a4259e3e07cecfa06697d9282bf353e0acd
parent9f589b023fd4e38b6c14b5b174a8e5814c822fb0 (diff)
downloadrust-86592b9939df4e5534ea37cda6bc0b7f7ca8b70e.tar.gz
rust-86592b9939df4e5534ea37cda6bc0b7f7ca8b70e.zip
Bump since to 1.52.0
-rw-r--r--library/std/src/io/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/error.rs b/library/std/src/io/error.rs
index 62727ec465d..a300e5459a6 100644
--- a/library/std/src/io/error.rs
+++ b/library/std/src/io/error.rs
@@ -182,7 +182,7 @@ pub enum ErrorKind {
     UnexpectedEof,
 
     /// This operation is not supported on this platform.
-    #[stable(feature = "not_supported_error", since = "1.50.0")]
+    #[stable(feature = "not_supported_error", since = "1.52.0")]
     NotSupported,
 }