File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -1693,10 +1693,6 @@ mod __test {
1693
1693
compiler: Compiler { host: a, stage: 1 } ,
1694
1694
target: b,
1695
1695
} ,
1696
- compile:: Std {
1697
- compiler: Compiler { host: a, stage: 2 } ,
1698
- target: b,
1699
- } ,
1700
1696
]
1701
1697
) ;
1702
1698
assert_eq ! (
Original file line number Diff line number Diff line change @@ -876,11 +876,6 @@ impl Step for UnstableBookGen {
876
876
fn run ( self , builder : & Builder < ' _ > ) {
877
877
let target = self . target ;
878
878
879
- builder. ensure ( compile:: Std {
880
- compiler : builder. compiler ( builder. top_stage , builder. config . build ) ,
881
- target,
882
- } ) ;
883
-
884
879
builder. info ( & format ! ( "Generating unstable book md files ({})" , target) ) ;
885
880
let out = builder. md_doc_out ( target) . join ( "unstable-book" ) ;
886
881
builder. create_dir ( & out) ;
You can’t perform that action at this time.
0 commit comments