about summary refs log tree commit diff
path: root/src/test/ui/recursion/recursive-static-definition.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-24/+0
2022-07-01Shorten def_span for more items.Camille GILLOT-1/+1
2022-06-19Make some lints incremental.Camille GILLOT-1/+8
2022-06-04use precise spans for recursive const evaluationRalf Jung-2/+2
2020-09-19Address review commentsOliver Scherer-3/+3
2020-09-19Stop using the `const_eval` query for initializers of staticsOliver Scherer-5/+1
As a side effect, we now represent most promoteds as `ConstValue::Scalar` again. This is useful because all implict promoteds are just references anyway and most explicit promoteds are numeric arguments to `asm!` or SIMD instructions.
2020-06-12fix const_prop spans and re-bless testsRalf Jung-2/+2
2018-12-25Remove licensesMark Rousskov-3/+3
2018-10-25Deduplicate all the ~~things~~ errorsOliver Schneider-0/+5
2018-10-25Report const eval error inside the queryOliver Schneider-0/+5
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+11