Pre-RFC: `cargo test --default-features-except` and co

If you specify any feature flags other than --all-features or --no-default-features it doesn't do as well when there's more than one default workspace member.

But more what I'm getting at is that there aren't any nonlocal transitive dependency edges that could be enabling a feature which we're trying to disable.