mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
1a6e100f72
This commit stabilizes the old `io::Error::from_os_error` after being renamed to use the `raw_os_error` terminology instead. This function is often useful when writing bindings to OS functions but only actually converting to an I/O error at a later point.