about summary refs log tree commit diff
path: root/src/test/ui/consts/single_variant_match_ice.rs
AgeCommit message (Collapse)AuthorLines
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-23/+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-4/+3
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-5/+6
2019-06-09Reword const fn conditional and loop error textChris Gregory-1/+1
2018-11-30Add a test for single variant matchesOliver Scherer-0/+8
2018-10-27Fix an ICE in the min_const_fn analysisOliver Scherer-0/+15