mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
e4eb91ca0f
fatal errors currently abort the compiler process without allocating the self-profile strings: query events aren't always correctly recorded, and will show up as <unknown> in the data. catching the unwinding panic allows us to finalize the self-profiling process correctly before continuing unwinding as before.