Skip to content

Commit

Permalink
Add tracking issue for io_error_inprogress
Browse files Browse the repository at this point in the history
  • Loading branch information
Noratrieb authored Sep 25, 2024
1 parent 38352b0 commit ded22ea
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 ded22ea

Please sign in to comment.