Rollup merge of #73440 - jyn514:bootstrap/build-rustdoc, r=Mark-Simulacrum

Add src/librustdoc as an alias for src/tools/rustdoc

No one actually works with src/tools/rustdoc, it's almost empty.

Closes https://github.com/rust-lang/rust/issues/73439
This commit is contained in:
Manish Goregaokar
2020-06-19 19:43:03 -07:00
committed by GitHub
+1 -1
View File
@@ -481,7 +481,7 @@ impl Step for Rustdoc {
const ONLY_HOSTS: bool = true;
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
run.path("src/tools/rustdoc")
run.path("src/tools/rustdoc").path("src/librustdoc")
}
fn make_run(run: RunConfig<'_>) {