rust/compiler/rustc_data_structures
bors 4c37f6d78c Auto merge of #152375 - Zoxc:rayon-scope-loops, r=jieyouxu,lqd
Use `scope` for `par_slice` instead of `join`

This uses `scope` instead of nested `join`s in `par_slice` so that each group of items are independent and do not end up blocking on another.
2026-02-15 09:55:40 +00:00
..
src Auto merge of #152375 - Zoxc:rayon-scope-loops, r=jieyouxu,lqd 2026-02-15 09:55:40 +00:00
Cargo.toml Bump ena 2026-02-11 17:05:50 +09:00