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 d213c64 commit 56630e0Copy full SHA for 56630e0
src/lib.rs
@@ -47,7 +47,5 @@ pub use crate::eval::{eval_main, create_ecx, MiriConfig};
47
/// Insert rustc arguments at the beginning of the argument list that Miri wants to be
48
/// set per default, for maximal validation power.
49
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.
52
&["-Zalways-encode-mir", "-Zmir-emit-retag", "-Zmir-opt-level=0", "--cfg=miri"]
53
}
0 commit comments