Skip to content

Commit

Permalink
Unrolled build for rust-lang#130842
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#130842 - Noratrieb:tracking-issue-inprogress, r=jieyouxu

Add tracking issue for io_error_inprogress

I forgot to mention this in rust-lang#130789
  • Loading branch information
rust-timer authored Sep 25, 2024
2 parents b511753 + ded22ea commit c8038d4
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 c8038d4

Please sign in to comment.