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 060c5e1 commit b365b0fCopy full SHA for b365b0f
src/cargo/ops/cargo_test.rs
@@ -144,7 +144,7 @@ fn run_doc_tests(
144
let mut runtool: &Option<(std::path::PathBuf, Vec<String>)> = &None;
145
if doctest_xcompile {
146
runtool = compilation.target_runner();
147
- } else if !options.compile_opts.build_config.requested_kind.is_host() {
+ } else if options.compile_opts.build_config.requested_kind.is_host() {
148
return Ok((Test::Doc, errors));
149
}
150
0 commit comments