Skip to content

Commit b09dfc1

Browse files
committed
there are less places now to keep the flags in sync
1 parent 9dd0048 commit b09dfc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ pub use crate::stacked_borrows::{Borrow, Stack, Stacks, BorStackItem};
5454
/// set per default, for maximal validation power.
5555
pub fn miri_default_args() -> &'static [&'static str] {
5656
// The flags here should be kept in sync with what bootstrap adds when `test-miri` is
57-
// set, which happens in `bootstrap/bin/rustc.rs` in the rustc sources; and also
58-
// kept in sync with `xargo/build.sh` in this repo and `appveyor.yml`.
57+
// set, which happens in `bootstrap/bin/rustc.rs` in the rustc sources.
5958
&["-Zalways-encode-mir", "-Zmir-emit-retag", "-Zmir-opt-level=0"]
6059
}
6160

0 commit comments

Comments
 (0)