about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/format.stderr
AgeCommit message (Collapse)AuthorLines
2023-05-15Suppress "erroneous constant used" for constants tainted by errorsTomasz Miąsko-56/+0
When constant evaluation fails because its MIR is tainted by errors, suppress note indicating that erroneous constant was used, since those errors have to be fixed regardless of the constant being used or not.
2023-03-27Bless UI tests.Mara Bos-4/+4
2023-03-16Don't allow new const panic through format flattening.Mara Bos-10/+19
panic!("a {}", "b") is still not allowed in const, even if the hir flattens to panic!("a b").
2023-01-11Move /src/test to /testsAlbert Larsan-0/+95