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.