about summary refs log tree commit diff
path: root/src/test/ui/consts/const-unwrap.stderr
AgeCommit message (Expand)AuthorLines
2021-07-09Use #[track_caller] in const panic diagnostics.Mara Bos-12/+2
2021-06-15Use better error message for hard errors in CTFESmitty-4/+3
2021-05-30Emit a hard error when a panic occurs during const-evalAaron Hill-4/+2
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-1/+1
2021-02-03make const_err a future incompat lintRalf Jung-0/+2
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+1
2020-07-30Test `Option::unwrap` in a const contextDylan MacKenzie-0/+20