rayon 0.8.2

Simple work-stealing parallelism for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This directory contains test files that are **expected to run and
panic**. Usually, though, these tests are better written with
`#[test]` tests. To use it, create a `.rs` file and include a comment
like

```
// error-pattern:boom
```

indicating the panic message we should expect to see.

Note: if the test uses unstable features, prefer the
`run-fail-unstable` directory.