remove libstd backtrace work-around

This commit is contained in:
Ralf Jung 2019-09-16 22:22:54 +02:00
parent d0a10507e4
commit 8cd215dc97
2 changed files with 2 additions and 4 deletions

View file

@ -1 +1 @@
96d07e0ac9f0c56b95a2561c6cedac0b23a5d2a3
a44881d892fb4f4a8ed93f8f392bab942fac7a41

View file

@ -288,9 +288,7 @@ fn setup(ask_user: bool) {
default_features = false
# We need the `panic_unwind` feature because we use the `unwind` panic strategy.
# Using `abort` works for libstd, but then libtest will not compile.
# FIXME: Temporarily enabling backtrace feature to work around
# <https://github.com/rust-lang/rust/issues/64410>.
features = ["panic_unwind", "backtrace"]
features = ["panic_unwind"]
[dependencies.test]
"#).unwrap();