about summary refs log tree commit diff
path: root/src/test/ui/consts/control-flow/basics.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-82/+0
2021-10-04Stabilize `const_panic`Jacob Pratt-2/+0
2021-04-29remove const_fn feature gate from const testsRalf Jung-1/+0
2020-06-28Update testsDylan MacKenzie-1/+0
2020-06-28Update testsDylan MacKenzie-1/+0
2019-12-13Extend control flow basics tests with loopsDylan MacKenzie-9/+52
2019-12-12Require `allow_internal_unstable` for stable min_const_fn using unstable ↵Oliver Scherer-0/+1
features
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-0/+43
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.