Skip to content

Commit

Permalink
Auto merge of rust-lang#83955 - ehuss:update-stage0, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Bump bootstrap compiler

Pulls in rust-lang#83946

Closes rust-lang#83914
  • Loading branch information
bors committed Apr 7, 2021
2 parents 8b53ec6 + 1cba089 commit c53d2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bootstrap/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion src/stage0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c53d2d4

Please sign in to comment.