Skip to content

Commit be2f75f

Browse files
committed
Revert "bootstrap: temporarily flip compile::Rustc vs compile::Assemble"
This reverts commit 552c1f5.
1 parent c367c62 commit be2f75f

File tree

1 file changed

+1
-5
lines changed
  • src/bootstrap/src/core/builder

1 file changed

+1
-5
lines changed

src/bootstrap/src/core/builder/mod.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -854,12 +854,8 @@ impl<'a> Builder<'a> {
854854
match kind {
855855
Kind::Build => describe!(
856856
compile::Std,
857-
// FIXME(#135022): `compile::Assemble` **must** come before `compile::Rustc` after
858-
// `PathSet` also permits prefix-matching, because `compile::Rustc` can consume the
859-
// `"compiler"` path filter first, causing `compile::Assemble` to no longer run when
860-
// the user writes `./x build compiler --stage 0`.
861-
compile::Assemble,
862857
compile::Rustc,
858+
compile::Assemble,
863859
compile::CodegenBackend,
864860
compile::StartupObjects,
865861
tool::BuildManifest,

0 commit comments

Comments
 (0)