rust/tests/ui/explicit-tail-calls
Oli Scherer 55ea94402b Run a single huge par_body_owners instead of many small ones after each other.
This improves parallel rustc parallelism by avoiding the bottleneck after each individual `par_body_owners` (because it needs to wait for queries to finish, so if there is one long running one, a lot of cores will be idle while waiting for the single query).
2024-03-11 08:48:03 +00:00
..
become-outside.array.stderr
become-outside.constant.stderr
become-outside.rs
return-lifetime-sub.rs
return-mismatches.rs
return-mismatches.stderr Run a single huge par_body_owners instead of many small ones after each other. 2024-03-11 08:48:03 +00:00