Skip to content

Commit

Permalink
Rollup merge of #75479 - matthiaskrgr:package_docs, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
make rustc-docs component available to rustup

The `rustc-docs` component was generated but not selectable via rustup.

Zulip thread: https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/rustc.20nightly.20docs.20as.20component.3F

r? @Mark-Simulacrum
  • Loading branch information
tmandry authored Aug 14, 2020
2 parents 33fca5a + 2100e67 commit 9cbc031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ impl Builder {
let mut package = |name, targets| self.package(name, &mut manifest.pkg, targets);
package("rustc", HOSTS);
package("rustc-dev", HOSTS);
package("rustc-docs", HOSTS);
package("cargo", HOSTS);
package("rust-mingw", MINGW);
package("rust-std", TARGETS);
Expand Down

0 comments on commit 9cbc031

Please sign in to comment.