We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 838db25 + cf3738a commit 625b63fCopy full SHA for 625b63f
src/tools/build-manifest/src/main.rs
@@ -301,11 +301,12 @@ impl Builder {
301
| PkgType::LlvmTools
302
| PkgType::RustAnalysis
303
| PkgType::JsonDocs
304
+ | PkgType::RustcDocs
305
| PkgType::RustcCodegenCranelift
306
| PkgType::LlvmBitcodeLinker => {
307
extensions.push(host_component(pkg));
308
}
- PkgType::RustcDev | PkgType::RustcDocs => {
309
+ PkgType::RustcDev => {
310
extensions.extend(HOSTS.iter().map(|target| Component::from_pkg(pkg, target)));
311
312
PkgType::RustSrc => {
0 commit comments