mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
60a3084f64
Provide optional `Read`/`Write` methods for stdio Override more of the default methods for `io::Read` and `io::Write` for stdio types, when efficient to do so, and deduplicate unsupported types. Tracked in https://github.com/rust-lang/rust/issues/136756. try-job: x86_64-msvc-1