File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
src/bootstrap/src/core/build_steps Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ pub struct Miri {
107107
108108impl Step for Miri {
109109 type Output = ( ) ;
110- const ONLY_HOSTS : bool = false ;
111110
112111 fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
113112 run. path ( "src/tools/miri" )
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ pub(crate) struct MirOptPanicAbortSyntheticTarget {
2121impl Step for MirOptPanicAbortSyntheticTarget {
2222 type Output = TargetSelection ;
2323 const DEFAULT : bool = true ;
24- const ONLY_HOSTS : bool = false ;
2524
2625 fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
2726 run. never ( )
Original file line number Diff line number Diff line change @@ -561,7 +561,6 @@ impl Miri {
561561
562562impl Step for Miri {
563563 type Output = ( ) ;
564- const ONLY_HOSTS : bool = false ;
565564
566565 fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
567566 run. path ( "src/tools/miri" )
@@ -681,7 +680,6 @@ pub struct CargoMiri {
681680
682681impl Step for CargoMiri {
683682 type Output = ( ) ;
684- const ONLY_HOSTS : bool = false ;
685683
686684 fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
687685 run. path ( "src/tools/miri/cargo-miri" )
@@ -1599,7 +1597,6 @@ pub struct MirOpt {
15991597impl Step for MirOpt {
16001598 type Output = ( ) ;
16011599 const DEFAULT : bool = true ;
1602- const ONLY_HOSTS : bool = false ;
16031600
16041601 fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
16051602 run. suite_path ( "tests/mir-opt" )
You can’t perform that action at this time.
0 commit comments