-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
Feature gate: #![feature(io_error_inprogress)]
This is a tracking issue for the InProgress
variant on std::io::Error
, equivalent to the Unix EINPROGRESS
(no equivalent on other platforms).
Public API
// std::io
pub enum ErrorKind {
// ...
InProgress,
//
}
Steps / History
- ACP: Add
InProgress
variant toio::ErrorKind
libs-team#92 - Implementation:
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.
Footnotes
aviramha, igiona and bitdivineGrigorenkoPV
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.