mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-05 23:49:50 +00:00
Mention std::io::Error::from(ErrorKind) in Error::new() docs This conversion is not very discoverable for the cases where an error is required without extra payload.