Skip to content

Commit

Permalink
Unrolled build for rust-lang#126454
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#126454 - cuviper:deterministic-bump, r=Kobzol

bump-stage0: use IndexMap for determinism

When it used `HashMap`, `bump-stage0` would change `src/stage0` every
time it ran, whereas `IndexMap` will keep insertion order -- matching
the manifest file.

I included an actual bump here mainly to reset the order, but that did
update to a new rustfmt nightly too.
  • Loading branch information
rust-timer authored Jul 31, 2024
2 parents 0b5eb7b + 2e9298b commit f668d9e
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 365 deletions.
Loading

0 comments on commit f668d9e

Please sign in to comment.