mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
efa6a46a8e
This allows `io::Error` values to be stored in `Arc` properly. Because this requires `Sync` of any value passed to `io::Error::new()` and modifies the relevant `convert::From` impls, this is a [breaking-change] Fixes #24049.