]> git.lizzy.rs Git - rust.git/commit
Remove the unstable and deprecated mpsc_select
authorJosh Stone <jistone@redhat.com>
Fri, 17 May 2019 18:36:25 +0000 (11:36 -0700)
committerJosh Stone <jistone@redhat.com>
Fri, 17 May 2019 19:16:52 +0000 (12:16 -0700)
commitf950193d74d13628537a04728eef25cec642e41b
tree910a41889d17c9748e0e4551246fc511992a0cad
parentb982867a7349f84c17317599b59aeb5a7d8a83be
Remove the unstable and deprecated mpsc_select

This removes macro `select!` and `std::sync::mpsc::{Handle, Select}`,
which were all unstable and have been deprecated since 1.32.
src/libstd/macros.rs
src/libstd/sync/mpsc/mod.rs
src/libstd/sync/mpsc/oneshot.rs
src/libstd/sync/mpsc/select.rs [deleted file]
src/libstd/sync/mpsc/select_tests.rs [deleted file]
src/libstd/sync/mpsc/shared.rs
src/libstd/sync/mpsc/stream.rs
src/libstd/sync/mpsc/sync.rs
src/test/run-pass/issues/issue-13494.rs [deleted file]
src/test/run-pass/macros/macro-comma-support.rs