Skip to content

Commit a63624a

Browse files
committed
re-enable stage0 compiler version check
Signed-off-by: onur-ozkan <[email protected]>
1 parent 8581200 commit a63624a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bootstrap/src/core/config/config.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1275,8 +1275,7 @@ impl Config {
12751275
}
12761276

12771277
config.initial_rustc = if let Some(rustc) = build.rustc {
1278-
// FIXME(#115065): re-enable this check
1279-
// config.check_build_rustc_version(&rustc);
1278+
config.check_build_rustc_version(&rustc);
12801279
PathBuf::from(rustc)
12811280
} else {
12821281
config.download_beta_toolchain();

0 commit comments

Comments
 (0)