diff options
| author | bors <bors@rust-lang.org> | 2018-12-24 23:28:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-12-24 23:28:04 +0000 |
| commit | ad781a065ac874e402e15927a22faa080e97fe94 (patch) | |
| tree | 02bfc3c8e4878bbeed91c1cf1fb9ca352b2f6e73 /src/bootstrap | |
| parent | f960f377fde2a01f64ec6f747725ce41147f46de (diff) | |
| parent | 8d500572fa8f4110033fa3bc5e925831f6bbd18e (diff) | |
| download | rust-ad781a065ac874e402e15927a22faa080e97fe94.tar.gz rust-ad781a065ac874e402e15927a22faa080e97fe94.zip | |
Auto merge of #56836 - alexcrichton:std-backtrace-sys, r=Mark-Simulacrum
std: Use backtrace-sys from crates.io This commit switches the standard library to using the `backtrace-sys` crate from crates.io instead of duplicating the logic here in the Rust repositor with the `backtrace-sys`'s crate's logic. Eventually this will hopefully be a good step towards using the `backtrace` crate directly from crates.io itself, but we're not quite there yet! Hopefully this is a small incremental first step we can take.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/dist.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 55ec4af0382..e38a1d29545 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -858,7 +858,6 @@ impl Step for Src { let std_src_dirs = [ "src/build_helper", "src/liballoc", - "src/libbacktrace", "src/libcore", "src/libpanic_abort", "src/libpanic_unwind", |
