about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/format.rs
AgeCommit message (Collapse)AuthorLines
2023-03-16Don't allow new const panic through format flattening.Mara Bos-1/+2
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/+13