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 85d0cd8 commit 14e2cdcCopy full SHA for 14e2cdc
src/bootstrap/test.rs
@@ -919,10 +919,8 @@ impl Step for Compiletest {
919
if build.config.rust_debuginfo_tests {
920
flags.push("-g".to_string());
921
}
922
- flags.push("-Zmiri -Zunstable-options".to_string());
923
- } else {
924
- flags.push("-Zunstable-options".to_string());
925
+ flags.push("-Zunstable-options".to_string());
926
flags.push(build.config.cmd.rustc_args().join(" "));
927
928
if let Some(linker) = build.linker(target) {
0 commit comments