mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 08:05:31 +00:00
panic-in-panic-hook: formatting a message that's just a string is risk-free This slightly improves the output in the 'panic while processing panic' case if the panic message does not involve any formatting. Follow-up to https://github.com/rust-lang/rust/pull/122930. r? ``@Amanieu``