about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/infinite_loop.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2022-11-23Bump the const eval step limitOli Scherer-3/+3
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-2/+2
MIR lowering for `if let` expressions is now more complicated now that `if let` exists in HIR. This PR adds a scope for the variables bound in an `if let` expression and then uses an approach similar to how we handle loops to ensure that we reliably drop the correct variables.
2020-06-28Update testsDylan MacKenzie-17/+3
2020-06-28Update testsDylan MacKenzie-12/+1
2020-06-12fix const_prop spans and re-bless testsRalf Jung-2/+2
2020-03-22Rename `TimeLimitReached` -> `StepLimitReached`Dylan MacKenzie-1/+1
2020-03-17Update const-eval testsDylan MacKenzie-17/+4
2020-02-09--bless --compare-mode=nllMatthias Prechtl-2/+2
2019-12-13Bless unrelated tests with new help messageDylan MacKenzie-2/+6
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-2/+5
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 less verbose error messagesDylan MacKenzie-25/+6
The MIR const-checker errors for if/match/loop are now delay span bugs, so nothing will be emitted unless the HIR checker misses something.
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-4/+23
2019-07-11rustc_mir: follow FalseUnwind's real_target edge in qualify_consts.Eduard-Mihai Burtescu-2/+10
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-4/+4
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-3/+3
2018-12-25Remove licensesMark Rousskov-3/+3
2018-10-25Report const eval error inside the queryOliver Schneider-16/+7
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+41