mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 02:38:52 +00:00
Add a better error message for #39364 There is a known bug in the implementation of mpsc channels in rust. This adds a clearer error message when the bug occurs, so that developers don't lose too much time looking for the origin of the bug. See https://github.com/rust-lang/rust/issues/39364