about summary refs log tree commit diff
path: root/tests/ui/loops/loop-else-break-with-value.stderr
AgeCommit message (Collapse)AuthorLines
2024-11-23Update tests for new TRPL chapter orderChris Krycho-1/+1
2024-06-20Fix `...` in multline code-skips in suggestionsEsteban Küber-1/+1
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-02-08Continue to borrowck even if there were previous errorsOli Scherer-2/+21
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-03-01recover from for-else and while-elsey21-0/+18