temporarily enable backtrace feature

This commit is contained in:
Ralf Jung
2019-09-14 13:05:39 +02:00
parent cbe5e6fef5
commit 78cfdcead2
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
74d5c70b174f06843049af2d764ff57ddc81c81c
eb48d6bdee6c655d71f26594d47d232adf3e4e93
+3 -1
View File
@@ -294,7 +294,9 @@ 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.
features = ["panic_unwind"]
# FIXME: Temporarily enabling backtrace feature to work around
# <https://github.com/rust-lang/rust/issues/64410>.
features = ["panic_unwind", "backtrace"]
[dependencies.test]
"#).unwrap();