Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3e78ca9

Browse files
committed
Rustup to rustc 1.39.0-nightly (f0b58fc 2019-09-11)
1 parent 71482b5 commit 3e78ca9

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

build_sysroot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.0.0"
77
core = { path = "./sysroot_src/src/libcore" }
88
compiler_builtins = "0.1"
99
alloc = { path = "./sysroot_src/src/liballoc" }
10-
std = { path = "./sysroot_src/src/libstd", features = ["panic_unwind"] }
10+
std = { path = "./sysroot_src/src/libstd", features = ["panic_unwind", "backtrace"] }
1111
test = { path = "./sysroot_src/src/libtest" }
1212

1313
alloc_system = { path = "./alloc_system" }

patches/0019-Workaround-rust-regression.patch

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)