summary refs log tree commit diff
path: root/library/std/src/sync/mpsc/shared.rs
AgeCommit message (Collapse)AuthorLines
2021-09-22Update library/std/src/sync/mpsc/shared.rsMara Bos-1/+1
2021-09-05rust fmtlovasoa-1/+5
2021-09-03Add a better error message for #39364Ophir LOJKINE-1/+1
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
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-2/+9
2020-07-27mv std libs to library/mark-0/+489