mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
dfbc1f712d
Printing to stdio/stderr that have been opened with non-blocking (O_NONBLOCK in linux) can result in an error, which is not handled by std::io module causing a panic. Signed-off-by: Usama Arif <usama.arif@bytedance.com>