Skip to content
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

Support '--features' in virtual workspace? #5649

Closed
kaiwk opened this issue May 26, 2020 · 1 comment
Closed

Support '--features' in virtual workspace? #5649

kaiwk opened this issue May 26, 2020 · 1 comment

Comments

@kaiwk
Copy link

kaiwk commented May 26, 2020

It seems --features flag work in crate #4860, but doesn't work in the root of virtual workspace.

@flip1995
Copy link
Member

See rust-lang/cargo#5364

Clippy does not handle features at all, but just passes every feature flag to cargo and lets cargo handle this. If you get different behavior from cargo check --features abc than cargo clippy --features abc, please report back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants