1
Fork 0
rust/compiler/rustc_data_structures/src/sync
bors d8dbf7ca0e Auto merge of #117557 - Zoxc:panic-prio, r=petrochenkov
Make `FatalErrorMarker` lower priority than other panics

This makes `FatalErrorMarker` lower priority than other panics in a parallel sections. If any other panics occur, they will be unwound instead of `FatalErrorMarker`. This ensures `rustc` will exit with the correct error code on ICEs.

This fixes https://github.com/rust-lang/rust/issues/116659.
2023-11-09 00:39:02 +00:00
..
freeze.rs Use FreezeLock for CStore 2023-09-09 16:02:11 +02:00
lock.rs Remove the LockMode enum and dispatch 2023-09-08 10:15:12 +02:00
parallel.rs Auto merge of #117557 - Zoxc:panic-prio, r=petrochenkov 2023-11-09 00:39:02 +00:00
vec.rs Always use parking_lot's RwLock, even without parallel compiler 2023-08-01 06:55:12 +00:00
worker_local.rs Rename cold_path to outline 2023-09-25 22:54:07 +02:00