about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2023-05-27 14:47:08 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2023-05-27 14:47:08 -0400
commit0809338a139f0f02f79d40a60e752e38f43c5feb (patch)
treeb2520552fa0a2b4a19055dd9cfe151e07a198d26 /src/bootstrap/lib.rs
parent78acd5df8e761a4612ab34a00b49924550b55b62 (diff)
downloadrust-0809338a139f0f02f79d40a60e752e38f43c5feb.tar.gz
rust-0809338a139f0f02f79d40a60e752e38f43c5feb.zip
Revert "Rollup merge of #111538 - chenyukang:yukang-fix-110067-version-issue, r=jyn514"
This reverts commit 9267843e72c8692f934c2ef5505c8a7496c0f06e, reversing
changes made to e52fbff5e8c2de7ba085ef84d7d50500b695d521.

This breaks our ability to bump the src/version where we're bootstrapping with an older compiler
than usual (according to version number). It's not clear whether the intended use case has a clean
solution given this constraint, so reverting for now - we can reland with a fix of some kind implemented.
Diffstat (limited to 'src/bootstrap/lib.rs')
-rw-r--r--src/bootstrap/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs
index 943f513415a..fb76dffd071 100644
--- a/src/bootstrap/lib.rs
+++ b/src/bootstrap/lib.rs
@@ -414,7 +414,6 @@ impl Build {
                 bootstrap_out.display()
             )
         }
-        config.check_build_rustc_version();
 
         if rust_info.is_from_tarball() && config.description.is_none() {
             config.description = Some("built from a source tarball".to_owned());