As suggested by @nrc in https://github.com/rust-lang/rust/issues/87313#issuecomment-898000387, the `panic_fmt_lint` should suggest `"{:?}"` if the type implements Debug and not Display.
Activity
Auto merge of rust-lang#88083 - m-ou-se:non-fmt-panics-suggest-debug,…