File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1020,7 +1020,6 @@ impl Config {
1020
1020
config. download_beta_toolchain ( ) ;
1021
1021
config. out . join ( config. build . triple ) . join ( "stage0/bin/rustc" )
1022
1022
} ) ;
1023
- config. check_build_rustc_version ( ) ;
1024
1023
1025
1024
config. initial_cargo = build
1026
1025
. cargo
@@ -1683,7 +1682,7 @@ impl Config {
1683
1682
self . rust_codegen_backends . get ( 0 ) . cloned ( )
1684
1683
}
1685
1684
1686
- fn check_build_rustc_version ( & self ) {
1685
+ pub fn check_build_rustc_version ( & self ) {
1687
1686
if self . dry_run ( ) {
1688
1687
return ;
1689
1688
}
Original file line number Diff line number Diff line change @@ -414,6 +414,7 @@ impl Build {
414
414
bootstrap_out. display( )
415
415
)
416
416
}
417
+ config. check_build_rustc_version ( ) ;
417
418
418
419
if rust_info. is_from_tarball ( ) && config. description . is_none ( ) {
419
420
config. description = Some ( "built from a source tarball" . to_owned ( ) ) ;
You can’t perform that action at this time.
0 commit comments