-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build just stage 0 rust-std
from rust-src
with local rust
#94781
Comments
This might be related to #51698, I'm not sure? |
I'll add that
|
Cc @jyn514
|
I haven't worked much on x.py dist or install. Your best bet is to ask on zulip. |
@jonhoo are you still hitting this with later versions, or was only 1.59 buggy? |
No, interestingly enough I can no longer reproduce this with |
I would definitely like to have that -- I'll put it on my list if I can find the time. |
I'm trying to just rebuild the 1.59.0 standard library from
rustc-src
using the 1.59.0 compiler I have locally, but it appears not to work. Specifically, I tried this sequence of steps:I expected to see this happen:
rust-std
should get builtInstead, this happened:
followed by a huge list of similar errors stemming from the lack of
std
.Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: