summary refs log tree commit diff
path: root/src/test/ui/panic-brace.rs
AgeCommit message (Expand)AuthorLines
2020-10-29Add test for panic_fmt lint with external panic!()-calling macro.Mara Bos-0/+6
2020-10-24Test that panic_fmt lint doesn't trigger for custom panic macro.Mara Bos-0/+7
2020-10-20Improve panic_fmt error messages for invalid format strings too.Mara Bos-2/+10
2020-10-20Parse the format string for the panic_fmt lint for better warnings.Mara Bos-1/+1
2020-10-19Small cleanups in assert!() and panic_fmt lint.Mara Bos-5/+5
2020-10-19Also apply panic_fmt lint suggestions to debug_assert!().Mara Bos-0/+1
2020-10-18Test for formating placeholders in panic_fmt lint test.Mara Bos-2/+2
2020-10-18Add test for the panic_fmt lint.Mara Bos-0/+9