Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #37833 - sfackler:process-abort, r=alexcrichton
Add std::process::abort This calls libc abort on Unix and fastfail on Windows, first running cleanups to do things like flush stdout buffers. This matches with libc abort's behavior, which flushes open files. r? @alexcrichton
- Loading branch information