impl crate::error::Error for ExitStatusError

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
This commit is contained in:
Ian Jackson 2021-05-05 01:29:52 +01:00
parent bb4ef68639
commit 46871539e4

View File

@ -1611,6 +1611,9 @@ impl fmt::Display for ExitStatusError {
}
}
#[unstable(feature = "exit_status_error", issue = "84908")]
impl crate::error::Error for ExitStatusError {}
/// This type represents the status code a process can return to its
/// parent under normal termination.
///