mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
Revert "bootstrap: temporarily flip compile::Rustc vs compile::Assemble"
This reverts commit 552c1f5f45.
This commit is contained in:
@@ -854,12 +854,8 @@ macro_rules! describe {
|
||||
match kind {
|
||||
Kind::Build => describe!(
|
||||
compile::Std,
|
||||
// FIXME(#135022): `compile::Assemble` **must** come before `compile::Rustc` after
|
||||
// `PathSet` also permits prefix-matching, because `compile::Rustc` can consume the
|
||||
// `"compiler"` path filter first, causing `compile::Assemble` to no longer run when
|
||||
// the user writes `./x build compiler --stage 0`.
|
||||
compile::Assemble,
|
||||
compile::Rustc,
|
||||
compile::Assemble,
|
||||
compile::CodegenBackend,
|
||||
compile::StartupObjects,
|
||||
tool::BuildManifest,
|
||||
|
||||
Reference in New Issue
Block a user