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 94cfed1 commit 2b450e3Copy full SHA for 2b450e3
src/bootstrap/step.rs
@@ -458,7 +458,7 @@ pub fn build_rules(build: &Build) -> Rules {
458
for (krate, path, default) in krates("test_shim") {
459
rules.doc(&krate.doc_step, path)
460
.dep(|s| s.name("libtest"))
461
- .default(default && build.config.docs)
+ .default(default && build.config.compiler_docs)
462
.run(move |s| doc::test(build, s.stage, s.target));
463
}
464
for (krate, path, default) in krates("rustc-main") {
0 commit comments