We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compile::Rustc
compile::Assemble
1 parent c367c62 commit be2f75fCopy full SHA for be2f75f
src/bootstrap/src/core/builder/mod.rs
@@ -854,12 +854,8 @@ impl<'a> Builder<'a> {
854
match kind {
855
Kind::Build => describe!(
856
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,
862
compile::Rustc,
+ compile::Assemble,
863
compile::CodegenBackend,
864
compile::StartupObjects,
865
tool::BuildManifest,
0 commit comments