-
Notifications
You must be signed in to change notification settings - Fork 938
Using clippy from a rustup linked toolchain doesn't work. #2548
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@vext01 I would expect this to be an x.py bug and not a rustup bug. Notice how the path with clippy is in |
See also rust-lang/rust#78717 and rust-lang/rust#76666. |
I see. So shall we close this? |
But wait. To be clear, the error comes from running |
x.py needs to build clippy and put it in |
Ah yes, gotcha. It's building a clippy, but I guess it aint in the right place :) |
I don't think this is an issue for rustup, so I'll close it. If I've misunderstood, please ping me and I'll reopen it. |
Originally discussed here.
Running
cargo clippy
when the project's toolchain has been overridden to a linked rustup toolchain doesn't work.But running the tool manually with a library path set does work:
The text was updated successfully, but these errors were encountered: