Skip to content

Commit

Permalink
Auto merge of #117557 - Zoxc:panic-prio, r=petrochenkov
Browse files Browse the repository at this point in the history
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 rust-lang/rust#116659.
  • Loading branch information
bors committed Nov 9, 2023
2 parents 996f407 + 80c8bac commit b075d0d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit b075d0d

Please sign in to comment.