summary refs log tree commit diff
path: root/src/test/ui/panic-brace.stderr
AgeCommit message (Expand)AuthorLines
2021-02-05Rename `panic_fmt` lint to `non_fmt_panic`.Mara Bos-1/+1
2020-10-29Add test for panic_fmt lint with external panic!()-calling macro.Mara Bos-8/+16
2020-10-29Improve panic_fmt lint messages.Mara Bos-10/+10
2020-10-20Improve panic_fmt error messages for invalid format strings too.Mara Bos-10/+38
2020-10-20Parse the format string for the panic_fmt lint for better warnings.Mara Bos-11/+11
2020-10-19Small cleanups in assert!() and panic_fmt lint.Mara Bos-10/+10
2020-10-19Also apply panic_fmt lint suggestions to debug_assert!().Mara Bos-1/+13
2020-10-18Test for formating placeholders in panic_fmt lint test.Mara Bos-14/+22
2020-10-18Add test for the panic_fmt lint.Mara Bos-0/+51