]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #74578 - ehuss:fix-rust-src, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Wed, 22 Jul 2020 02:51:58 +0000 (02:51 +0000)
committerbors <bors@rust-lang.org>
Wed, 22 Jul 2020 02:51:58 +0000 (02:51 +0000)
Fix rust-src component.

The rust-src component could not be installed by rustup because it included some symbolic links. #74520 added the backtrace directory which included some symlinks. Since the rust-src component doesn't need most of the files in the `backtrace` submodule, this changes it to only include the minimum necessary.

Tested with cargo's build-std that it can build from the resulting tarball.

Fixes #74577


Trivial merge