From 86592b9939df4e5534ea37cda6bc0b7f7ca8b70e Mon Sep 17 00:00:00 2001 From: CDirkx Date: Tue, 23 Feb 2021 05:49:37 +0100 Subject: [PATCH] Bump since to 1.52.0 --- library/std/src/io/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }