rust/src/test/ui/loops
Esteban Küber 99f2977031 Modify structured suggestion output
* On suggestions that include deletions, use a diff inspired output format
* When suggesting addition, use `+` as underline
* Color highlight modified span
2021-08-11 09:46:24 +00:00
..
for-each-loop-panic.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-82916.rs Don't show note if span is DUMMY_SP 2021-03-12 06:18:33 +05:30
issue-82916.stderr Don't show note if span is DUMMY_SP 2021-03-12 06:18:33 +05:30
loop-break-unsize.rs Break out of the correct number of scopes in loops 2019-07-04 21:53:46 +01:00
loop-break-value-no-repeat.rs Remove licenses 2018-12-25 21:08:33 -07:00
loop-break-value-no-repeat.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
loop-break-value.rs Tweak error for invalid break expr 2021-01-21 21:41:46 -08:00
loop-break-value.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
loop-labeled-break-value.rs Remove licenses 2018-12-25 21:08:33 -07:00
loop-labeled-break-value.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
loop-no-implicit-break.rs One more test case. 2021-04-24 22:20:08 +02:00
loop-no-implicit-break.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
loop-proper-liveness.rs Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
loop-proper-liveness.stderr Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
loop-properly-diverging-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
loop-properly-diverging-2.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
loops-reject-duplicate-labels-2.rs Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
loops-reject-duplicate-labels-2.stderr Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
loops-reject-duplicate-labels.rs Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
loops-reject-duplicate-labels.stderr Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
loops-reject-labels-shadowing-lifetimes.rs Moving more build-pass tests to check-pass 2020-04-23 20:21:38 -07:00
loops-reject-labels-shadowing-lifetimes.stderr Tweak diagnostics on shadowing lifetimes/labels 2020-12-02 11:39:42 +09:00
loops-reject-lifetime-shadowing-label.rs Moving more build-pass tests to check-pass 2020-04-23 20:21:38 -07:00
loops-reject-lifetime-shadowing-label.stderr Tweak diagnostics on shadowing lifetimes/labels 2020-12-02 11:39:42 +09:00