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 0d8c97b commit 30f61deCopy full SHA for 30f61de
src/bootstrap/test.rs
@@ -1527,7 +1527,7 @@ impl Step for RustcGuide {
1527
fn run(self, builder: &Builder<'_>) {
1528
let src = builder.src.join("src/doc/rustc-guide");
1529
let mut rustbook_cmd = builder.tool_cmd(Tool::Rustbook);
1530
- try_run_quiet(builder, rustbook_cmd.arg("linkcheck").arg(&src));
+ try_run(builder, rustbook_cmd.arg("linkcheck").arg(&src));
1531
}
1532
1533
0 commit comments