impl crate::error::Error for ExitStatusError
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
This commit is contained in:
parent
bb4ef68639
commit
46871539e4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
/// This type represents the status code a process can return to its
|
||||||
/// parent under normal termination.
|
/// parent under normal termination.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue