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.
2 parents bacb216 + 8f8d0ea commit 32197a7Copy full SHA for 32197a7
src/bootstrap/src/core/build_steps/tool.rs
@@ -596,8 +596,8 @@ impl Step for Rustdoc {
596
{
597
let files_to_track = &["src/librustdoc", "src/tools/rustdoc"];
598
599
+ // Check if unchanged
600
if builder.config.last_modified_commit(files_to_track, "rustdoc", true).is_some() {
- // if return Some(commit),means unchanged
601
let precompiled_rustdoc = builder
602
.config
603
.ci_rustc_dir()
0 commit comments