Skip to content

Commit 56630e0

Browse files
committed
bootstrap no longer carries a copy of these flags
1 parent d213c64 commit 56630e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,5 @@ pub use crate::eval::{eval_main, create_ecx, MiriConfig};
4747
/// Insert rustc arguments at the beginning of the argument list that Miri wants to be
4848
/// set per default, for maximal validation power.
4949
pub fn miri_default_args() -> &'static [&'static str] {
50-
// The flags here should be kept in sync with what bootstrap adds when `test-miri` is
51-
// set, which happens in `bootstrap/bin/rustc.rs` in the rustc sources.
5250
&["-Zalways-encode-mir", "-Zmir-emit-retag", "-Zmir-opt-level=0", "--cfg=miri"]
5351
}

0 commit comments

Comments
 (0)