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

Add a flag to cargo that enables all features #3035

Closed
esclear opened this issue Aug 23, 2016 · 1 comment
Closed

Add a flag to cargo that enables all features #3035

esclear opened this issue Aug 23, 2016 · 1 comment

Comments

@esclear
Copy link
Contributor

esclear commented Aug 23, 2016

I'd like to add a feature to cargo that enables building your project with all available features enabled.
This would be especially helpful when (automatically) building documentation, since one does not need to enable all features manually.

I'm thinking of introducing a --all-features flag that does exactly that.
(Allowing wildcards would be nice as well, but I would only do that if there is such an engine already implemented in cargo)

I'm currently looking for all places where this feature might need to be implemented and will attempt to provide an implementation at esclear/cargo.

@alexcrichton
Copy link
Member

Thanks for the report! I believe this is a dupe of #1173, so I'm going to close in favor of that, but don't let that stop you from prototyping at all!

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