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.
2 parents 7613af6 + aec6d51 commit 27fca17Copy full SHA for 27fca17
src/librustdoc/doctest.rs
@@ -1016,9 +1016,6 @@ impl CreateRunnableDocTests {
1016
.span(scraped_test.span)
1017
.build(dcx);
1018
let is_standalone = !doctest.can_be_merged
1019
- || scraped_test.langstr.compile_fail
1020
- || scraped_test.langstr.test_harness
1021
- || scraped_test.langstr.standalone_crate
1022
|| self.rustdoc_options.nocapture
1023
|| self.rustdoc_options.test_args.iter().any(|arg| arg == "--show-output");
1024
if is_standalone {
0 commit comments