We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afed64 commit 6f10146Copy full SHA for 6f10146
src/bootstrap/test.rs
@@ -459,7 +459,7 @@ impl Step for RustdocTheme {
459
}
460
461
fn run(self, builder: &Builder) {
462
- let rustdoc = builder.rustdoc(self.compiler.host);
+ let rustdoc = builder.out.join("bootstrap/debug/rustdoc");
463
let mut cmd = builder.tool_cmd(Tool::RustdocTheme);
464
cmd.arg(rustdoc.to_str().unwrap())
465
.arg(builder.src.join("src/librustdoc/html/static/themes").to_str().unwrap())
0 commit comments