-
Notifications
You must be signed in to change notification settings - Fork 13k
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
cargo fmt
and other tools don't work for a linked toolchain.
#81431
Comments
[removed comment, wrong issue, sorry] |
(I think you posted that comment in the wrong place.) |
Oops, yes. |
Can anyone comment on what the correct fix for this might be? I notice that if I copy I initially considered changing rustup to add So should x.py copy or move the binaries from I'm willing to (attempt to) do the work if we can agree on what the correct fix is. |
I'm not really knowledgeable about |
Yes, it should copy the binaries from stage1-tools-bin to stage1/bin. |
Mentoring instructions: Add a new argument to the Lines 223 to 224 in 4a7e2fb
|
I believe this will be fixed by #102010, once we figure out some problems with clippy/fmt builds. |
@rustbot claim |
This is derived from this issue, in which we concluded that the bug should be filed against rustc, as it's an
x.py
problem.In rustc:
Then in a project using this toolchain via a rustup link:
But note that
cp build/x86_64-unknown-linux-gnu/stage1-tools-bin/rustfmt build/x86_64-unknown-linux-gnu/stage1/bin/rustfmt
does not make this work either, so there is probably more to it?Thanks
The text was updated successfully, but these errors were encountered: