mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

### What does this PR try to resolve? Passing a package to `--package` is for workspace members; we need to pass it to `--invert`. ### How to test and review this PR? This is part of #14993 While I think we should instead improve the `cargo tree` command to help users with `--all-features`, we can at least take the other improvement from #14991.