mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-09 04:40:58 +00:00
Handle unwinding fatal errors in codegen workers Also directly unwind on fatal errors at the point they are emitted inside the codegen backends. Fixes the coordinator ICE of https://github.com/rust-lang/rust/issues/132240, https://github.com/rust-lang/rust/issues/135075 and https://github.com/rust-lang/rust/issues/145800.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.