std::os::unix::process::ExitStatusExt .coredumped() method #73129
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
In order to do proper error reporting of process termination on unix, it is necessary to look at the return value from
WCOREDUMP
. Rust std should provide a way to get this information.The text was updated successfully, but these errors were encountered: