cargo-all-features
cargo-all-features copied to clipboard
Specifying `-p` in a workspace still enumerates featuers from packages not specified on command line
I have a workspace with different crates with their own features. If I specify -p
to select one or more packages with test-all-features
it appears all features from unspecified packages are being enumerated and tested against the specified packages, causing "no such feature" errors to arise.