-
-
Notifications
You must be signed in to change notification settings - Fork 19
Get "required-features" for target and set them #68
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
That how we should handle it, yes. Please notify us when the |
rust-lang/cargo#5902 (comment) -- pull request adding |
That was quick! Do you want to make the PR that extracts the |
Since it's currently impossible to define additional dependencies for a binary, some projects use workaround with
required-features
(link). To build such target one need to provide these required features:flycheck-rust
should extractrequired-features
and configurerust-cargo
checker to use it.rust-cargo
will have to be extended as well to support--features
flag, I guess?The text was updated successfully, but these errors were encountered: