Skip to content

Commit f50b2ba

Browse files
authored
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
2 parents c50befe + 8847429 commit f50b2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/io/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ pub enum ErrorKind {
402402

403403
/// The operation was partially successful and needs to be checked
404404
/// later on due to not blocking.
405-
#[unstable(feature = "io_error_inprogress", issue = "none")]
405+
#[unstable(feature = "io_error_inprogress", issue = "130840")]
406406
InProgress,
407407

408408
// "Unusual" error kinds which do not correspond simply to (sets

0 commit comments

Comments
 (0)