]> git.lizzy.rs Git - rust.git/commit
ErrorKind: Provide many more ErrorKinds, motivated by Unix errnos
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 30 Apr 2021 16:05:01 +0000 (17:05 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 18 Jun 2021 17:51:53 +0000 (18:51 +0100)
commit1ec9454403e9bb0361d0725524c4bd27030474cc
treeac4d6890f24bffbd91eb785b0b2e08a99afdf187
parent655053ed91e8b23419176e590ba9b02965b7c8dc
ErrorKind: Provide many more ErrorKinds, motivated by Unix errnos

Rationale for the mappings etc. is extensively discussed in the MR
  https://github.com/rust-lang/rust/pull/79965

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
library/std/src/io/error.rs
library/std/src/sys/unix/mod.rs
library/std/src/sys/windows/mod.rs