Skip to content

Commit c378060

Browse files
committed
sort flags alphabetically
1 parent 5a0d257 commit c378060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/miri/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ pub use crate::tag_gc::{EvalContextExt as _, VisitTags};
126126
/// Insert rustc arguments at the beginning of the argument list that Miri wants to be
127127
/// set per default, for maximal validation power.
128128
pub const MIRI_DEFAULT_ARGS: &[&str] = &[
129+
"--cfg=miri",
129130
"-Zalways-encode-mir",
131+
"-Zextra-const-ub-checks",
130132
"-Zmir-emit-retag",
131133
"-Zmir-opt-level=0",
132-
"--cfg=miri",
133-
"-Zextra-const-ub-checks",
134134
];

0 commit comments

Comments
 (0)