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 fe17695 + e12d4bc commit c9bb212Copy full SHA for c9bb212
src/bin/cargo-miri.rs
@@ -155,6 +155,9 @@ fn setup(ask_user: bool) {
155
File::create(dir.join("Xargo.toml")).unwrap()
156
.write_all(br#"
157
[dependencies.std]
158
+default_features = false
159
+# We need the `panic_unwind` feature because we use the `unwind` panic strategy.
160
+# Using `abort` works for libstd, but then libtest will not compile.
161
features = ["panic_unwind"]
162
163
[dependencies.test]
0 commit comments