about summary refs log tree commit diff
path: root/src/test/ui/loops/loop-break-value.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-98/+0
2021-01-21Tweak error for invalid `break expr`Esteban Küber-1/+0
Point at loop head on invalid `break expr`. Suggest removing `expr` or using label if available.
2020-12-17Add test case for break expr with misspelled valueDaiki Ihara-0/+6
Update src/test/ui/loops/loop-break-value.rs Co-authored-by: Ivan Tham <pickfire@riseup.net>
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-0/+2
This reverts commit 8f6197f39f7d468dfc5b2bd41dae4769992a2f83.
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-3/+3
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-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-2/+0
Also remove `never_type` the feature-gate test.
2019-07-06Make WhileTrue into an EarlyLintPass lint.Mazdak Farrokhzad-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+103