about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-03-28 09:09:50 +0000
committerbors <bors@rust-lang.org>2015-03-28 09:09:50 +0000
commitf8b6e28e758231f611e8e7923aa607cebd150717 (patch)
tree6ecb32daee0f63df62d89d8a592ac7a4050f9361 /src/libstd/sys/unix/stack_overflow.rs
parent9f9e2516b41a63c4500f7cff1148de3ba05cc5cd (diff)
parent3feeea59dbfe397cccc6760b68f7bfb8291540b7 (diff)
downloadrust-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