rust/tests/ui/loops
Esteban Küber 9fd7784b97 Fix ... in multline code-skips in suggestions
When we have long code skips, we write `...` in the line number gutter.

For suggestions, we were "centering" the `...` with the line, but that was consistent with what we do in every other case.
2024-06-20 04:25:17 +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 Fix tests and bless 2024-04-24 13:12:33 +01: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 Move some tests 2024-03-31 14:58:17 -03: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 Fix ... in multline code-skips in suggestions 2024-06-20 04:25:17 +00:00
loop-else-err.rs recover from for-else and while-else 2023-03-01 13:26:59 +01:00
loop-else-err.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01: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 Show number in error message even for one error 2023-11-24 19:15:52 +01: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