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

Fix handling of default features #77

Merged
merged 2 commits into from
Oct 20, 2020
Merged

Fix handling of default features #77

merged 2 commits into from
Oct 20, 2020

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Oct 20, 2020

if metadata.packages[].features has default feature, users can specify --features=default, so it should be one of the combinations.
Otherwise, "run with default features" is basically the same as "run with no default features".

if `metadata.packages[].features` has `default` feature, users can
specify `--features=default`, so it should be one of the combinations.
Otherwise, "run with default features" is basically the same as
"run with no default features".
@taiki-e taiki-e added the A-features Area: features (--feature-powerset, --each-feature, etc.) label Oct 20, 2020
@taiki-e taiki-e added this to the v0.4 milestone Oct 20, 2020
@taiki-e
Copy link
Owner Author

taiki-e commented Oct 20, 2020

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 20, 2020

Build succeeded:

@bors bors bot merged commit 0ecc3f8 into master Oct 20, 2020
@bors bors bot deleted the default-features branch October 20, 2020 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-features Area: features (--feature-powerset, --each-feature, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant