We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c69df commit 6aef5b3Copy full SHA for 6aef5b3
1 file changed
src/bootstrap/config.rs
@@ -1276,7 +1276,8 @@ impl Config {
1276
}
1277
1278
config.initial_rustc = if let Some(rustc) = build.rustc {
1279
- config.check_build_rustc_version(&rustc);
+ // FIXME(#115065): re-enable this check
1280
+ // config.check_build_rustc_version(&rustc);
1281
PathBuf::from(rustc)
1282
} else {
1283
config.download_beta_toolchain();
0 commit comments