We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c50befe + 8847429 commit f50b2baCopy full SHA for f50b2ba
std/src/io/error.rs
@@ -402,7 +402,7 @@ pub enum ErrorKind {
402
403
/// The operation was partially successful and needs to be checked
404
/// later on due to not blocking.
405
- #[unstable(feature = "io_error_inprogress", issue = "none")]
+ #[unstable(feature = "io_error_inprogress", issue = "130840")]
406
InProgress,
407
408
// "Unusual" error kinds which do not correspond simply to (sets
0 commit comments