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 @@ -561,7 +561,6 @@ impl Miri {
561
561
562
562
impl Step for Miri {
563
563
type Output = ( ) ;
564
- const ONLY_HOSTS : bool = false ;
565
564
566
565
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
567
566
run. path ( "src/tools/miri" )
@@ -681,7 +680,6 @@ pub struct CargoMiri {
681
680
682
681
impl Step for CargoMiri {
683
682
type Output = ( ) ;
684
- const ONLY_HOSTS : bool = false ;
685
683
686
684
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
687
685
run. path ( "src/tools/miri/cargo-miri" )
@@ -1599,7 +1597,6 @@ pub struct MirOpt {
1599
1597
impl Step for MirOpt {
1600
1598
type Output = ( ) ;
1601
1599
const DEFAULT : bool = true ;
1602
- const ONLY_HOSTS : bool = false ;
1603
1600
1604
1601
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
1605
1602
run. suite_path ( "tests/mir-opt" )
You can’t perform that action at this time.
0 commit comments