Files
rust/src/libstd/io
bors efa6a46a8e Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichton
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.
2015-04-18 02:53:53 +00:00
..
2015-03-31 16:12:48 -07:00
2015-03-21 11:14:58 -07:00
2015-04-07 17:54:34 -07:00