mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 13:54:02 +00:00
Clarify `catch_unwind` docs about panic hooks Makes it clear from `catch_unwind` docs that the panic hook will be called before the panic is caught. Fixes #105432