about summary refs log tree commit diff
path: root/tests/ui/while
AgeCommit message (Collapse)AuthorLines
2025-02-04Quickfix `//@ check-pass` is enoughDuskyElf-1/+1
tests/ui/match/enum-and-break-in-match-issue-41213.rs and tests/ui/while/while-let-scope-issue-40235.rs doesn't need to be run.
2025-02-04Rename and Move some UI tests to more suitable subdirsDuskyElf-0/+8
2024-12-12Tweak multispan renderingEsteban Küber-4/+2
Consider comments and bare delimiters the same as an "empty line" for purposes of hiding rendered code output of long multispans. This results in more aggressive shortening of rendered output without losing too much context, specially in `*.stderr` tests that have "hidden" comments.
2023-11-24Show number in error message even for one errorNilstrieb-2/+2
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-03-01recover from for-else and while-elsey21-0/+50