rust-lang/rust (original) (raw)
Feature gate: #![feature(io_error_more)]
This is a tracking issue for many io::ErrorKind
variants being added in #79965.
The additions were motivated by a perusal of Unix standards, but corresponding mappings for Windows were included in that PR.
Public API
std::io::ErrorKind::Foo
for many Foo
. I will paste a list here when the MR is merged :-).
Steps / History
- Implementation: More ErrorKinds for common errnos #79965
- Final commenting period (FCP)
- Partial Stabilization - Stabilize most of io_error_more #128316
- Stabilization PR
Unresolved Questions
- What is our general policy about
ErrorKind
variants ? It may not be necessary to resolve this wider question in order to stabilise this particular set ofErrorKind
s.