rust/src/test/ui/loops
Val Markovic 2155adbc3a Moving more build-pass tests to check-pass
One or two tests became build-pass without the FIXME because they really
needed build-pass (were failing without it).

Helps with #62277
2020-04-23 20:21:38 -07:00
..
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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
loop-break-value.rs Revert "Remove #![feature(never_type)] from tests." 2019-12-14 09:01:04 -05:00
loop-break-value.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02: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-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 Moving more build-pass tests to check-pass 2020-04-23 20:21:38 -07:00
loops-reject-duplicate-labels-2.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
loops-reject-duplicate-labels.rs Moving more build-pass tests to check-pass 2020-04-23 20:21:38 -07:00
loops-reject-duplicate-labels.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +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 rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02: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 rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00