diff options
| author | bors <bors@rust-lang.org> | 2015-03-28 09:09:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-03-28 09:09:50 +0000 |
| commit | f8b6e28e758231f611e8e7923aa607cebd150717 (patch) | |
| tree | 6ecb32daee0f63df62d89d8a592ac7a4050f9361 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 9f9e2516b41a63c4500f7cff1148de3ba05cc5cd (diff) | |
| parent | 3feeea59dbfe397cccc6760b68f7bfb8291540b7 (diff) | |
| download | rust-f8b6e28e758231f611e8e7923aa607cebd150717.tar.gz rust-f8b6e28e758231f611e8e7923aa607cebd150717.zip | |
Auto merge of #23799 - reem:error-no-send, r=aturon
The Send bound is an unnecessary restriction, and though provided as a convenience, can't be removed by downstream code. The removal of this bound is a [breaking-change] since it removes an implicit Send bound on all `E: Error` and all `Error` trait objects. To migrate, consider if your code actually requires the Send bound and, if so, add it explicitly. Fixes #23774 r? @aturon
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
