We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4ef68 commit 4687153Copy full SHA for 4687153
1 file changed
library/std/src/process.rs
@@ -1611,6 +1611,9 @@ impl fmt::Display for ExitStatusError {
1611
}
1612
1613
1614
+#[unstable(feature = "exit_status_error", issue = "84908")]
1615
+impl crate::error::Error for ExitStatusError {}
1616
+
1617
/// This type represents the status code a process can return to its
1618
/// parent under normal termination.
1619
///
0 commit comments