mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
temporarily enable backtrace feature
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
74d5c70b174f06843049af2d764ff57ddc81c81c
|
||||
eb48d6bdee6c655d71f26594d47d232adf3e4e93
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user