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

Provide a way to skip run of just --no-default-feature #38

Closed
taiki-e opened this issue May 20, 2020 · 0 comments · Fixed by #41
Closed

Provide a way to skip run of just --no-default-feature #38

taiki-e opened this issue May 20, 2020 · 0 comments · Fixed by #41
Assignees
Labels
A-features Area: features (--feature-powerset, --each-feature, etc.) C-enhancement Category: A new feature or an improvement for an existing one

Comments

@taiki-e
Copy link
Owner

taiki-e commented May 20, 2020

Currently, --each-feature and feature-powerset don't work well with a crate that has cfg like this:

#[cfg(not(feature = "std"))]
compile_error!("`std` feature is currently required to build this crate")
@taiki-e taiki-e added the C-enhancement Category: A new feature or an improvement for an existing one label May 20, 2020
@taiki-e taiki-e self-assigned this May 21, 2020
@bors bors bot closed this as completed in 77e451b May 21, 2020
@bors bors bot closed this as completed in #41 May 21, 2020
@taiki-e taiki-e added the A-features Area: features (--feature-powerset, --each-feature, etc.) label Oct 10, 2020
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.) C-enhancement Category: A new feature or an improvement for an existing one
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant