mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
95ea4c5699
std: move `errno` and related functions into `sys::io` Part of rust-lang/rust#117276. Currently, `errno` and related functions like `decode_error_kind` are split across `sys::pal` and `sys::pal::os`. This PR moves all of them into a new module inside `sys::io`.