mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
586d028d0e
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