ErrLookup › rayon-rs/rayon
rayon-rs/rayon
Rayon: A data parallelism library for Rust · Rust · 166 source files
Analyzed at ee0a00bdb1 on 2026-09-07. 8 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| owner thread | panic | error | rayon, panic, latch, concurrency |
| range start should be <= range end | panic | error | rayon, panic, range, inverted-range |
| overflow | panic | error | rayon, panic, overflow, iterator |
| FIFO is empty | panic | error | rayon, panic, invariant-violation, concurrency |
| The global thread pool has not been initialized. | panic | critical | rayon, panic, thread-pool, initialization |
| unzip consumers didn't execute! | panic | error | rayon, panic, unzip, invariant-violation |
| range start should be <= length | panic | error | rayon, panic, range, out-of-bounds |
| range end should be <= length | panic | error | rayon, panic, range, out-of-bounds |