about summary refs log tree commit diff
path: root/build_sysroot
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2019-09-12 20:01:05 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2019-09-12 20:21:54 +0200
commit3e78ca957ef7ed07f2504f32ea973f248dafcd10 (patch)
tree6b4e8cc121c3f1c72e30ae65e3e0aeedabaf99d7 /build_sysroot
parent71482b5ca6913a13bd017bb08f3ffb89f4c3ed9c (diff)
downloadrust-3e78ca957ef7ed07f2504f32ea973f248dafcd10.tar.gz
rust-3e78ca957ef7ed07f2504f32ea973f248dafcd10.zip
Rustup to rustc 1.39.0-nightly (f0b58fcf0 2019-09-11)
Diffstat (limited to 'build_sysroot')
-rw-r--r--build_sysroot/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_sysroot/Cargo.toml b/build_sysroot/Cargo.toml
index 1039f4613ef..24feabb2226 100644
--- a/build_sysroot/Cargo.toml
+++ b/build_sysroot/Cargo.toml
@@ -7,7 +7,7 @@ version = "0.0.0"
 core = { path = "./sysroot_src/src/libcore" }
 compiler_builtins = "0.1"
 alloc = { path = "./sysroot_src/src/liballoc" }
-std = { path = "./sysroot_src/src/libstd", features = ["panic_unwind"] }
+std = { path = "./sysroot_src/src/libstd", features = ["panic_unwind", "backtrace"] }
 test = { path = "./sysroot_src/src/libtest" }
 
 alloc_system = { path = "./alloc_system" }