Skip to content

Commit

Permalink
Rollup merge of #130842 - Noratrieb:tracking-issue-inprogress, r=jiey…
Browse files Browse the repository at this point in the history
…ouxu

Add tracking issue for io_error_inprogress

I forgot to mention this in #130789
  • Loading branch information
matthiaskrgr authored Sep 25, 2024
2 parents 3a33523 + ded22ea commit e805182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/io/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e805182

Please sign in to comment.