Files
rust/library/std
Matthias Krüger d28ef9dbf1 Rollup merge of #105998 - RalfJung:no-unwind-panic-msg, r=thomcc
adjust message on non-unwinding panic

"thread panicked while panicking" is just plain wrong in case this is a non-unwinding panic, such as
- a panic out of a `nounwind` function
- the sanity checks we have in `mem::uninitialized` and `mem::zeroed`
- the optional debug assertion in various unsafe std library functions
2022-12-28 22:22:21 +01:00
..
2020-07-27 19:51:13 -05:00
2022-10-14 22:01:18 +02:00
2022-07-20 08:57:36 +01:00
2022-12-08 15:34:46 +01:00