You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #39364
assert_eq!(self.to_wake.load(Ordering::SeqCst),0,"This is a known bug in rust. See https://github.com/rust-lang/rust/issues/39364");
0 commit comments