We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e300a commit 83ba8f4Copy full SHA for 83ba8f4
std/src/process.rs
@@ -1419,8 +1419,8 @@ impl From<fs::File> for Stdio {
1419
///
1420
/// # Differences from `ExitCode`
1421
1422
-/// `ExitCode` is intended for terminating the currently running process, via
1423
-/// the `Termination` trait, in contrast to [`ExitStatus`], which represents the
+/// [`ExitCode`] is intended for terminating the currently running process, via
+/// the `Termination` trait, in contrast to `ExitStatus`, which represents the
1424
/// termination of a child process. These APIs are separate due to platform
1425
/// compatibility differences and their expected usage; it is not generally
1426
/// possible to exactly reproduce an ExitStatus from a child for the current
0 commit comments