summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/const_panic_2021.stderr
AgeCommit message (Expand)AuthorLines
2022-02-11Fix invalid special casing of the unreachable! macroLoïc BRANSTETT-2/+2
2021-12-21Use panic() instead of panic!() in some places in core.Mara Bos-4/+4
2021-10-04Stabilize `const_panic`Jacob Pratt-20/+20
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-21/+37
2021-07-28Add test for const panic in Rust 2021.Mara Bos-0/+67