quickcheck icon indicating copy to clipboard operation
quickcheck copied to clipboard

Shut up non_fmt_panic warning

Open neithernut opened this issue 4 years ago • 2 comments

Like a few other macros, panic! accepts a format string and arguments. The format string is meant to be static and calling it with a message string will generate a warning. Currently, the warning also indicates that rustc will generate an error instead in the near future.

neithernut avatar Mar 26 '21 18:03 neithernut

Fixes #305.

neithernut avatar Feb 20 '22 10:02 neithernut

@BurntSushi can we get this merged? ❤️

schneiderfelipe avatar Mar 13 '24 15:03 schneiderfelipe