mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

We historically have run single-threaded verbose tests because we were faulting all over the place due to bugs in rustc itself, primarily around calling conventions and passing values around. Those bugs have all since been fixed so we should be clear to run multithreaded tests quietly on CI nowadays! Closes #621