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.
1 parent 511918f commit 0260c66Copy full SHA for 0260c66
cargo-miri/src/setup.rs
@@ -83,7 +83,7 @@ pub fn setup(
83
SysrootConfig::NoStd
84
} else {
85
SysrootConfig::WithStd {
86
- std_features: ["panic_unwind", "backtrace"].into_iter().map(Into::into).collect(),
+ std_features: ["panic-unwind", "backtrace"].into_iter().map(Into::into).collect(),
87
}
88
};
89
let cargo_cmd = {
0 commit comments