summary refs log tree commit diff
path: root/src/test/ui/consts/issue-66693.rs
AgeCommit message (Expand)AuthorLines
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-1/+0
2022-10-07make const_err a hard errorRalf Jung-2/+1
2022-03-23separate const prop lint from optimizationsCarl Scherer-1/+4
2021-10-04Stabilize `const_panic`Jacob Pratt-2/+0
2021-03-01check that first arg to `panic!()` in const is `&str`Austin Bonander-0/+24