diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-09-25 20:11:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-25 20:11:01 +0200 |
| commit | e805182fcc0daf1c0d7b9a1c5b42322b9263ded3 (patch) | |
| tree | 5191d6d23da893ab9075ea155625c9651e25c754 | |
| parent | 3a3352386cae7d0c7c2a4bb49e92de390687f664 (diff) | |
| parent | ded22ea18174b47e8531d880b85e78f0471d7cb4 (diff) | |
| download | rust-e805182fcc0daf1c0d7b9a1c5b42322b9263ded3.tar.gz rust-e805182fcc0daf1c0d7b9a1c5b42322b9263ded3.zip | |
Rollup merge of #130842 - Noratrieb:tracking-issue-inprogress, r=jieyouxu
Add tracking issue for io_error_inprogress I forgot to mention this in #130789
| -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 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 |
