rust/tests/ui/block-result
Alan Egerton 7c7cf45dcf
Don't special-case while block type mismatch
67ea84d erroneously added this special-case when introducing `DesugaringKind::WhileLoop`.
It had the unintended effect of emitting erroneous diagnostics in certain `while` blocks.
2026-01-10 03:55:15 +00:00
..
block-must-not-have-result-do.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
block-must-not-have-result-do.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
block-must-not-have-result-res.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
block-must-not-have-result-res.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
block-must-not-have-result-while.rs compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
block-must-not-have-result-while.stderr Don't special-case while block type mismatch 2026-01-10 03:55:15 +00:00
blocks-without-results-11709.rs comments 2025-07-31 21:25:49 +05:00
consider-removing-last-semi.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
consider-removing-last-semi.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
consider-removing-last-semi.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
issue-3563.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-3563.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-5500.rs Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
issue-5500.stderr Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
issue-11714.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-11714.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-13428.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-13428.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
issue-13624.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-13624.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-20862.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-20862.stderr Point to where missing return type should go 2023-10-04 21:09:54 +00:00
issue-22645.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-22645.stderr When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
unexpected-return-on-unit.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unexpected-return-on-unit.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00