-
Notifications
You must be signed in to change notification settings - Fork 52
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
dev-lang/rust-9999 - cargo clippy: error[E0463]: can't find crate for core
#368
Comments
There is a workaround: rust-lang/rust-clippy#2874 |
Probably RUSTFLAGS should be set by eselect and part of the env. We should ask cargo upstream to make it aware of how the toolchain is packaged to make the whole thing transparent (and be instruction compatible e.g. |
Well |
Actually it's a bug which isn't drawn attention clippy team to. Custom libdir had worked in clippy but was broken sometime. |
Use multiprocess ecless. RLS requires analysis and sources. Fix behaviour if EPYTHON not found.
I've managed to fix it in #372 . Use |
Redirected here from https://bugs.gentoo.org/667026
After emerging rust-9999 with clippy useflag on, running "cargo clippy" fails with:
The text was updated successfully, but these errors were encountered: