-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed as not planned
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
After doing ./x.py --keep-stage 0 build src/rustc
, I can use build/$ARCH/stage2
as Rust toolchain through rustup, and it works just fine. However, if I now do ./x.py --keep-stage 0 test ...
, the toolchain breaks -- for example, compiling miri fails with error[E0463]: can't find crate for `rustc`
. I have to do ./x.py --keep-stage 0 build src/rustc
again (which finishes pretty quickly) to fix this -- but that should not be necessary.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.