Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustdoc: Suppress warnings/errors with --test
Threads spawned by the test framework have their output captured by default, so for `rustdoc --test` threads this propagates that capturing to the spawned thread that we now have. Closes rust-lang#39327
- Loading branch information