mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 08:46:38 +00:00
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