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 11d2046 commit aec6d51Copy full SHA for aec6d51
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