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 6c67a70 commit 26e14b8Copy full SHA for 26e14b8
src/bootstrap/doc.rs
@@ -375,7 +375,7 @@ impl Step for Standalone {
375
up_to_date(&footer, &html) &&
376
up_to_date(&favicon, &html) &&
377
up_to_date(&full_toc, &html) &&
378
- up_to_date(&version_info, &html) &&
+ (version_info.exists() && up_to_date(&version_info, &html)) &&
379
(builder.config.dry_run || up_to_date(&rustdoc, &html)) {
380
continue
381
}
0 commit comments