1
Fork 0

make rustc-docs component available to rustup

This commit is contained in:
Matthias Krüger 2020-08-13 11:29:20 +02:00
parent d69b0997d7
commit 2100e67126

View file

@ -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);