summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-04-07 02:26:25 +0000
committerbors <bors@rust-lang.org>2021-04-07 02:26:25 +0000
commitc53d2d40f9a1db8bad4da30a6b10d6fe9be6a1b2 (patch)
tree8cddaee8ee1a97c520e4b2a63856cab69da2a287
parent8b53ec677eebde0dfa8cb81fd7d5a84c7c6348bd (diff)
parent1cba089732b99927bd6a4a776d308537b2b1216f (diff)
downloadrust-c53d2d40f9a1db8bad4da30a6b10d6fe9be6a1b2.tar.gz
Auto merge of #83955 - ehuss:update-stage0, r=Mark-Simulacrum
Bump bootstrap compiler Pulls in #83946 Closes #83914
-rw-r--r--src/bootstrap/doc.rs2
-rw-r--r--src/stage0.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs
index f499f1a684d..dc96fd819d5 100644
--- a/src/bootstrap/doc.rs
+++ b/src/bootstrap/doc.rs
@@ -470,7 +470,7 @@ impl Step for Std {
// output directory will be deleted by us (as cargo will purge the stamp
// file during the first slot's run), and core is relatively fast to
// build so works OK to fill this 'dummy' slot.
- let krates = ["core", "core", "alloc", "std", "proc_macro", "test"];
+ let krates = ["core", "alloc", "std", "proc_macro", "test"];
for krate in &krates {
run_cargo_rustdoc_for(krate);
}
diff --git a/src/stage0.txt b/src/stage0.txt
index d86f550db90..6ad0f6db42b 100644
--- a/src/stage0.txt
+++ b/src/stage0.txt
@@ -12,7 +12,7 @@
# stable release's version number. `date` is the date where the release we're
# bootstrapping off was released.
-date: 2021-03-26
+date: 2021-04-07
rustc: beta
# We use a nightly rustfmt to format the source because it solves some