rust/src/test/ui/loops
Dylan MacKenzie 5c377f37e4 Reorganize, bless and add tests for const control flow
This creates a new test directory, `ui/consts/control-flow` to hold
tests related to control flow in a const context. It also blesses all
existing tests with the new error messages, and adds new tests for the
`const_if_match` feature.
2019-11-21 16:55:13 -08:00
..
loop-break-unsize.rs
loop-break-value-no-repeat.rs
loop-break-value-no-repeat.stderr
loop-break-value.rs Reorganize, bless and add tests for const control flow 2019-11-21 16:55:13 -08:00
loop-break-value.stderr Reorganize, bless and add tests for const control flow 2019-11-21 16:55:13 -08:00
loop-labeled-break-value.rs
loop-labeled-break-value.stderr
loop-proper-liveness.rs
loop-proper-liveness.stderr
loop-properly-diverging-2.rs
loop-properly-diverging-2.stderr
loops-reject-duplicate-labels-2.rs
loops-reject-duplicate-labels-2.stderr
loops-reject-duplicate-labels.rs
loops-reject-duplicate-labels.stderr
loops-reject-labels-shadowing-lifetimes.rs
loops-reject-labels-shadowing-lifetimes.stderr
loops-reject-lifetime-shadowing-label.rs
loops-reject-lifetime-shadowing-label.stderr