-
-
Notifications
You must be signed in to change notification settings - Fork 19
Can’t find crates that Cargo got from crates.io #6
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
Comments
I guess this is probably the same underlying problem as #5. |
@andersk Can you should me the output of Ultimately, though, we'll always suffer from issues like this, until we have a way to extract the build settings from Cargo itself. See rust-lang/cargo#1434. |
The |
@utkarshkukreti: Yes, that’s exactly it, and your patch fixes it. |
@andersk @utkarshkukreti Great, thanks. I fixed the issue. |
In a Cargo project with a dependency on (say) the num crate, flycheck-rust reports “can't find crate for
num
” on theextern crate num;
line.The text was updated successfully, but these errors were encountered: