Rollup merge of #74520 - RalfJung:backtrace-src, r=Mark-Simulacrum

include backtrace folder in rust-src component

libstd has a [mandatory dependency on this code](https://github.com/rust-lang/rust/pull/73441/files#diff-242481015141f373dcb178e93cffa850), ergo we need to include it in rust-src.

r? @oli-obk
Fixes https://github.com/rust-lang/rust/issues/74506
This commit is contained in:
Manish Goregaokar 2020-07-19 19:12:38 -07:00 committed by GitHub
commit 42f6ed40e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1005,6 +1005,7 @@ impl Step for Src {
// (essentially libstd and all of its path dependencies)
let std_src_dirs = [
"src/build_helper",
"src/backtrace",
"src/liballoc",
"src/libcore",
"src/libpanic_abort",