We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0a1050 + 8cd215d commit 44ca0f6Copy full SHA for 44ca0f6
rust-version
@@ -1 +1 @@
1
-96d07e0ac9f0c56b95a2561c6cedac0b23a5d2a3
+a44881d892fb4f4a8ed93f8f392bab942fac7a41
src/bin/cargo-miri.rs
@@ -288,9 +288,7 @@ fn setup(ask_user: bool) {
288
default_features = false
289
# We need the `panic_unwind` feature because we use the `unwind` panic strategy.
290
# Using `abort` works for libstd, but then libtest will not compile.
291
-# FIXME: Temporarily enabling backtrace feature to work around
292
-# <https://github.com/rust-lang/rust/issues/64410>.
293
-features = ["panic_unwind", "backtrace"]
+features = ["panic_unwind"]
294
295
[dependencies.test]
296
"#).unwrap();
0 commit comments