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 {
107
107
108
108
impl Step for Miri {
109
109
type Output = ( ) ;
110
- const ONLY_HOSTS : bool = false ;
111
110
112
111
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
113
112
run. path ( "src/tools/miri" )
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ pub(crate) struct MirOptPanicAbortSyntheticTarget {
21
21
impl Step for MirOptPanicAbortSyntheticTarget {
22
22
type Output = TargetSelection ;
23
23
const DEFAULT : bool = true ;
24
- const ONLY_HOSTS : bool = false ;
25
24
26
25
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
27
26
run. never ( )
Original file line number Diff line number Diff line change @@ -563,7 +563,6 @@ impl Miri {
563
563
564
564
impl Step for Miri {
565
565
type Output = ( ) ;
566
- const ONLY_HOSTS : bool = false ;
567
566
568
567
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
569
568
run. path ( "src/tools/miri" )
@@ -682,7 +681,6 @@ pub struct CargoMiri {
682
681
683
682
impl Step for CargoMiri {
684
683
type Output = ( ) ;
685
- const ONLY_HOSTS : bool = false ;
686
684
687
685
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
688
686
run. path ( "src/tools/miri/cargo-miri" )
@@ -1605,7 +1603,6 @@ pub struct MirOpt {
1605
1603
impl Step for MirOpt {
1606
1604
type Output = ( ) ;
1607
1605
const DEFAULT : bool = true ;
1608
- const ONLY_HOSTS : bool = false ;
1609
1606
1610
1607
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
1611
1608
run. suite_path ( "tests/mir-opt" )
You can’t perform that action at this time.
0 commit comments