cargo-all-features icon indicating copy to clipboard operation
cargo-all-features copied to clipboard

Specifying `-p` in a workspace still enumerates featuers from packages not specified on command line

Open Qix- opened this issue 1 year ago • 0 comments

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.

Qix- avatar Jan 19 '24 16:01 Qix-