This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit f668d9e
authored
Unrolled build for rust-lang#126454
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.
0 commit comments