File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -549,11 +549,6 @@ fn main() {
549
549
miri_config. check_alignment = miri:: AlignmentCheck :: None ;
550
550
} else if arg == "-Zmiri-symbolic-alignment-check" {
551
551
miri_config. check_alignment = miri:: AlignmentCheck :: Symbolic ;
552
- } else if arg == "-Zmiri-disable-abi-check" {
553
- eprintln ! (
554
- "WARNING: the flag `-Zmiri-disable-abi-check` no longer has any effect; \
555
- ABI checks cannot be disabled any more"
556
- ) ;
557
552
} else if arg == "-Zmiri-disable-isolation" {
558
553
if matches ! ( isolation_enabled, Some ( true ) ) {
559
554
show_error ! (
@@ -623,10 +618,6 @@ fn main() {
623
618
many_seeds = Some ( 0 ..64 ) ;
624
619
} else if arg == "-Zmiri-many-seeds-keep-going" {
625
620
many_seeds_keep_going = true ;
626
- } else if let Some ( _param) = arg. strip_prefix ( "-Zmiri-env-exclude=" ) {
627
- show_error ! (
628
- "`-Zmiri-env-exclude` has been removed; unset env vars before starting Miri instead"
629
- ) ;
630
621
} else if let Some ( param) = arg. strip_prefix ( "-Zmiri-env-forward=" ) {
631
622
miri_config. forwarded_env_vars . push ( param. to_owned ( ) ) ;
632
623
} else if let Some ( param) = arg. strip_prefix ( "-Zmiri-env-set=" ) {
You can’t perform that action at this time.
0 commit comments