about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-50577.rs
AgeCommit message (Collapse)AuthorLines
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-9/+0
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-13Bless const tests with improved diagnosticsDylan MacKenzie-0/+3
2019-08-31Emit a single error on if expr with expectation and no else clauseEsteban Küber-1/+0
2019-05-10Various test changesMazdak Farrokhzad-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+16