request: option to also enumerate second-order features #29
Labels
A-features
Area: features (--feature-powerset, --each-feature, etc.)
C-enhancement
Category: A new feature or an improvement for an existing one
A little known thing is you can do:
Which activates the "bar" feature of the "foo" crate. ( it makes sense when you see how features are defined in Cargo.toml ).
Subsequently, this means there is a way to expand test coverage to test situations where somebody turns on that feature in a different crate, and you get it through cargo composition.
So it would be nice if there was a way to test these, understandably, the set size it may generate could be prohibitively large in some cases, so its not a sensible default.
The text was updated successfully, but these errors were encountered: