about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authornora <48135649+Noratrieb@users.noreply.github.com>2024-09-25 17:40:55 +0200
committerGitHub <noreply@github.com>2024-09-25 17:40:55 +0200
commitded22ea18174b47e8531d880b85e78f0471d7cb4 (patch)
treefc8285706cadbc567173119fdf379275e45d2b8d /library/std/src
parent38352b01ae4af9300be03b805d6db68c45e51068 (diff)
downloadrust-ded22ea18174b47e8531d880b85e78f0471d7cb4.tar.gz
rust-ded22ea18174b47e8531d880b85e78f0471d7cb4.zip
Add tracking issue for io_error_inprogress
Diffstat (limited to 'library/std/src')
-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 795cc64e957..f20814dd95c 100644
--- a/library/std/src/io/error.rs
+++ b/library/std/src/io/error.rs
@@ -402,7 +402,7 @@ pub enum ErrorKind {
 
     /// The operation was partially successful and needs to be checked
     /// later on due to not blocking.
-    #[unstable(feature = "io_error_inprogress", issue = "none")]
+    #[unstable(feature = "io_error_inprogress", issue = "130840")]
     InProgress,
 
     // "Unusual" error kinds which do not correspond simply to (sets