Skip to content

Commit 4687153

Browse files
committed
impl crate::error::Error for ExitStatusError
Signed-off-by: Ian Jackson <[email protected]>
1 parent bb4ef68 commit 4687153

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/std/src/process.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1611,6 +1611,9 @@ impl fmt::Display for ExitStatusError {
16111611
}
16121612
}
16131613

1614+
#[unstable(feature = "exit_status_error", issue = "84908")]
1615+
impl crate::error::Error for ExitStatusError {}
1616+
16141617
/// This type represents the status code a process can return to its
16151618
/// parent under normal termination.
16161619
///

0 commit comments

Comments
 (0)