File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1020,7 +1020,6 @@ impl Config {
10201020 config. download_beta_toolchain ( ) ;
10211021 config. out . join ( config. build . triple ) . join ( "stage0/bin/rustc" )
10221022 } ) ;
1023- config. check_build_rustc_version ( ) ;
10241023
10251024 config. initial_cargo = build
10261025 . cargo
@@ -1683,7 +1682,7 @@ impl Config {
16831682 self . rust_codegen_backends . get ( 0 ) . cloned ( )
16841683 }
16851684
1686- fn check_build_rustc_version ( & self ) {
1685+ pub fn check_build_rustc_version ( & self ) {
16871686 if self . dry_run ( ) {
16881687 return ;
16891688 }
Original file line number Diff line number Diff line change @@ -414,6 +414,7 @@ impl Build {
414414 bootstrap_out. display( )
415415 )
416416 }
417+ config. check_build_rustc_version ( ) ;
417418
418419 if rust_info. is_from_tarball ( ) && config. description . is_none ( ) {
419420 config. description = Some ( "built from a source tarball" . to_owned ( ) ) ;
You can’t perform that action at this time.
0 commit comments