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 4921551 + 0260c66 commit d942a88Copy full SHA for d942a88
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 = {
src/bin/miri.rs
@@ -295,6 +295,7 @@ impl rustc_driver::Callbacks for MiriBeRustCompilerCalls {
295
level: SymbolExportLevel::C,
296
kind: SymbolExportKind::Text,
297
used: false,
298
+ rustc_std_internal_symbol: false,
299
},
300
))
301
0 commit comments