about summary refs log tree commit diff
path: root/src/test/ui/consts/recursive-zst-static.default.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-25/+0
2022-07-01Shorten def_span for more items.Camille GILLOT-1/+1
2022-06-19Make some lints incremental.Camille GILLOT-1/+9
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
2020-04-27make recursive-zst test unleashedRalf Jung-0/+21