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 [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
return-lifetime-sub.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
return-mismatches.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
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