Skip to content

Commit 9cbc031

Browse files
authored
Rollup merge of #75479 - matthiaskrgr:package_docs, r=Mark-Simulacrum
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
2 parents 33fca5a + 2100e67 commit 9cbc031

File tree

1 file changed

+1
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-0
lines changed

src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ impl Builder {
447447
let mut package = |name, targets| self.package(name, &mut manifest.pkg, targets);
448448
package("rustc", HOSTS);
449449
package("rustc-dev", HOSTS);
450+
package("rustc-docs", HOSTS);
450451
package("cargo", HOSTS);
451452
package("rust-mingw", MINGW);
452453
package("rust-std", TARGETS);

0 commit comments

Comments
 (0)