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
831: Add spin loop hints in tests for Miri r=taiki-e a=cbeuw
This is a better way to do #829
Miri does not have a pre-emptive scheduler, so once the execution falls into a spin loop it'll hang forever: rust-lang/miri#1388
Similar measures (`yield_now()`) are already present in [some other tests](https://github.com/crossbeam-rs/crossbeam/blob/master/crossbeam-queue/tests/array_queue.rs), but it's missing here
832: Fix links to macro rules in docs r=taiki-e a=alygin
The fix provides explicit links to macro rules in docs because they [are not resolved globally anymore](rust-lang/rust#96676).
Co-authored-by: Andy Wang <cbeuw.andy@gmail.com>
Co-authored-by: Andrew Lygin <alygin@gmail.com>
0 commit comments