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 111cca1 commit 893e07eCopy full SHA for 893e07e
src/doc/rustdoc/src/command-line-arguments.md
@@ -417,3 +417,10 @@ This flag is **deprecated** and **has no effect**.
417
Rustdoc only supports Rust source code and Markdown input formats. If the
418
file ends in `.md` or `.markdown`, `rustdoc` treats it as a Markdown file.
419
Otherwise, it assumes that the input file is Rust.
420
+
421
+## `--nocapture`
422
423
+When this flag is used with `--test`, the output (stdout and stderr) of your tests won't be
424
+captured by rustdoc. Instead, the output will be directed to your terminal,
425
+as if you had run the test executable manually. This is especially useful
426
+for debugging your tests!
0 commit comments