Files
rust/src/libstd/io
Barosl LEE e63443d536 Rollup merge of #21312 - michaelsproul:remove-error-send-bound, r=aturon
As discussed with @aturon, this PR removes the `Send` bound from `std::error::Error`, allowing us to implement `Error` for error types containing non-`Send` types. Current examples include `PoisonError` and `TryLockError` from `std::sync` which contain a Guard that we don't want sent between tasks.

[breaking-change]
2015-01-21 02:16:47 +09:00
..
2015-01-17 10:49:49 -05:00
2015-01-03 23:43:57 -08:00
2015-01-12 17:59:37 -05:00
2015-01-12 17:59:37 -05:00
2015-01-14 18:41:27 -05:00
2015-01-02 08:54:06 -08:00
2015-01-06 15:34:10 -08:00
2015-01-11 11:47:44 -08:00
2015-01-17 10:49:49 -05:00
2015-01-12 17:59:37 -05:00