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 1d59c67 commit c7f2dbeCopy full SHA for c7f2dbe
src/libstd/process.rs
@@ -233,9 +233,9 @@ impl fmt::Debug for ChildStdout {
233
}
234
235
236
-/// A handle to a child process's stderr. It can be used to
237
-/// read any errors that the child process has output while
238
-/// running.
+/// A handle to a child process's stderr.
+///
+/// This struct is used in the [`stderr`] field on [`Child`].
239
///
240
/// [`Child`]: struct.Child.html
241
/// [`stderr`]: struct.Child.html#structfield.stderr
0 commit comments