mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
c1bbe347c2
Fuchsia status code match arm Adds a match arm for the Fuchsia status code upon a process abort. An additional change moves the Windows status code down into the match arm itself instead of being defined as a constant elsewhere. r? tmandry