-
Notifications
You must be signed in to change notification settings - Fork 105
Can't find crate for dev-dependencies while rustc has no problems! #171
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
For now, you can set |
There's not much that can be done about this for now (other than disable checking of test code as mentioned above). Running "cargo rustc" will not pull in dev-dependencies, and I don't see a way to force it. "cargo check" doesn't check test code either (see rust-lang/cargo#3431). |
Thank you very much for the info @ehuss ! However, ... this bug currently disable most of the nice editor float-in warnings and errors. So this bug is a great show stopper for me at the moment. |
Can this ticket be closed? |
I'd prefer to leave it open until checking of tests is fixed. I recently added support for |
An image for the problem:
http://i.imgur.com/PK5nSVr.png
I experience this problem in my crate "prophet" at this position.
The crate
approx
is my only dev-dependency. Maybe this has something to do with the false-positive error?rustc and cargo do have no problems at all and everything compiles fine even without warnings.
The text was updated successfully, but these errors were encountered: