rust/tests/ui/expr/if
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
..
attrs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
bad-if-let-suggestion.rs Suggest let or == on typo'd let-chain 2023-11-28 18:07:52 +00:00
bad-if-let-suggestion.stderr Suggest let or == on typo'd let-chain 2023-11-28 18:07:52 +00:00
expr-if-panic-fn.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
expr-if-panic-pass.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
expr-if-panic.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
expr-if.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
if-branch-types.rs
if-branch-types.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
if-check-panic.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
if-check.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
if-cond-bot.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
if-else-type-mismatch.rs
if-else-type-mismatch.stderr
if-let-arm-types.rs
if-let-arm-types.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
if-let.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
if-let.stderr
if-loop.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
if-no-match-bindings.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
if-no-match-bindings.stderr Run a single huge par_body_owners instead of many small ones after each other. 2024-03-11 08:48:03 +00:00
if-ret.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
if-ret.stderr
if-typeck.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
if-typeck.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
if-without-block.rs
if-without-block.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
if-without-else-as-fn-expr.rs
if-without-else-as-fn-expr.stderr
if-without-else-result.rs
if-without-else-result.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-4201.rs
issue-4201.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00