rust/tests/ui/loops
Esteban Küber 65a54a7f27 Tweak multispan rendering
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.
2024-12-12 23:36:27 +00:00
..
dont-suggest-break-thru-item.rs Fix tests and bless 2024-04-24 13:12:33 +01:00
dont-suggest-break-thru-item.stderr Tweak multispan rendering 2024-12-12 23:36:27 +00:00
for-each-loop-panic.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-1962.fixed Move some tests 2024-03-31 14:58:17 -03:00
issue-1962.rs Move some tests 2024-03-31 14:58:17 -03:00
issue-1962.stderr Move some tests 2024-03-31 14:58:17 -03:00
issue-1974.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-43162.rs Move tests 2024-03-03 16:30:48 -03:00
issue-43162.stderr Move tests 2024-03-03 16:30:48 -03:00
issue-50576.rs Move tests 2023-02-16 11:42:35 -03:00
issue-50576.stderr Move tests 2023-02-16 11:42:35 -03:00
issue-69225-layout-repeated-checked-add.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
issue-69225-SCEVAddExpr-wrap-flag.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
issue-82916.rs
issue-82916.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
loop-break-unsize.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
loop-break-value-no-repeat.rs
loop-break-value-no-repeat.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
loop-break-value.rs Tweak value suggestions in borrowck and hir_analysis 2024-04-09 23:37:13 +00:00
loop-break-value.stderr Use /* value */ as a placeholder 2024-04-15 21:36:52 -04:00
loop-else-break-with-value.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
loop-else-break-with-value.stderr Update tests for new TRPL chapter order 2024-11-23 08:57:25 -07:00
loop-else-err.rs recover from for-else and while-else 2023-03-01 13:26:59 +01:00
loop-else-err.stderr Tweak multispan rendering 2024-12-12 23:36:27 +00:00
loop-else-let-else-err.rs recover from for-else and while-else 2023-03-01 13:26:59 +01:00
loop-else-let-else-err.stderr Tweak multispan rendering 2024-12-12 23:36:27 +00:00
loop-if-else-break-issue-123261.fixed For OutsideLoop we should not suggest add 'block label in if block, or we wiil get another err: block label not supported here. 2024-05-22 19:47:32 +08:00
loop-if-else-break-issue-123261.rs For OutsideLoop we should not suggest add 'block label in if block, or we wiil get another err: block label not supported here. 2024-05-22 19:47:32 +08:00
loop-if-else-break-issue-123261.stderr For OutsideLoop we should not suggest add 'block label in if block, or we wiil get another err: block label not supported here. 2024-05-22 19:47:32 +08:00
loop-labeled-break-value.rs
loop-labeled-break-value.stderr Tweak value suggestions in borrowck and hir_analysis 2024-04-09 23:37:13 +00:00
loop-no-implicit-break.rs
loop-no-implicit-break.stderr
loop-proper-liveness.rs
loop-proper-liveness.stderr Handle more cases of value suggestions 2024-04-10 20:36:14 +00:00
loop-properly-diverging-2.rs
loop-properly-diverging-2.stderr Tweak value suggestions in borrowck and hir_analysis 2024-04-09 23:37:13 +00:00