Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #123266 - RalfJung:catch-panic, r=workingjubilee
catch_panic: warn about panicking payload drop
Warns about the footgun in https://github.com/rust-lang/rust/issues/86027.
Will be unnecessary if panics escaping from drop leads to abort (https://github.com/rust-lang/rfcs/pull/3288). But until that is enforced everywhere, let's warn users about this.