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 {
16931693 compiler: Compiler { host: a, stage: 1 } ,
16941694 target: b,
16951695 } ,
1696- compile:: Std {
1697- compiler: Compiler { host: a, stage: 2 } ,
1698- target: b,
1699- } ,
17001696 ]
17011697 ) ;
17021698 assert_eq ! (
Original file line number Diff line number Diff line change @@ -876,11 +876,6 @@ impl Step for UnstableBookGen {
876876 fn run ( self , builder : & Builder < ' _ > ) {
877877 let target = self . target ;
878878
879- builder. ensure ( compile:: Std {
880- compiler : builder. compiler ( builder. top_stage , builder. config . build ) ,
881- target,
882- } ) ;
883-
884879 builder. info ( & format ! ( "Generating unstable book md files ({})" , target) ) ;
885880 let out = builder. md_doc_out ( target) . join ( "unstable-book" ) ;
886881 builder. create_dir ( & out) ;
You can’t perform that action at this time.
0 commit comments