mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 14:20:39 +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