Skip to content

Commit

Permalink
make rustc-docs component available to rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Aug 13, 2020
1 parent d69b099 commit 2100e67
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 2100e67

Please sign in to comment.