We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1d35d5 + 78cfdce commit 7847f79Copy full SHA for 7847f79
rust-version
@@ -1 +1 @@
1
-74d5c70b174f06843049af2d764ff57ddc81c81c
+eb48d6bdee6c655d71f26594d47d232adf3e4e93
src/bin/cargo-miri.rs
@@ -294,7 +294,9 @@ fn setup(ask_user: bool) {
294
default_features = false
295
# We need the `panic_unwind` feature because we use the `unwind` panic strategy.
296
# Using `abort` works for libstd, but then libtest will not compile.
297
-features = ["panic_unwind"]
+# FIXME: Temporarily enabling backtrace feature to work around
298
+# <https://github.com/rust-lang/rust/issues/64410>.
299
+features = ["panic_unwind", "backtrace"]
300
301
[dependencies.test]
302
"#).unwrap();
0 commit comments