]> git.lizzy.rs Git - rust.git/commit
Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Wed, 11 Nov 2020 16:24:43 +0000 (16:24 +0000)
committerbors <bors@rust-lang.org>
Wed, 11 Nov 2020 16:24:43 +0000 (16:24 +0000)
commit7afc5172305cdae588a0318ce545749cf4ed947d
tree7da73111a40d761e511c2ad2411b7329f6d089a4
parentd4ea0b3e46a0303d5802b632e88ba1ba84d9d16f
parentceba2befb4c0ef9cbd9592c66c61a49a71e7a695
Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrum

Vendor libtest's dependencies in the rust-src component

This is the Rust side of https://github.com/rust-lang/wg-cargo-std-aware/issues/23

Note that this won't produce a useful result for `cargo -Zbuild-std` if there are multiple versions of a crate vendored, but will otherwise produce a valid vendor dir.

See https://github.com/rust-lang/cargo/pull/8834 for the other half of this change.
src/bootstrap/lib.rs