We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a071fe4 commit 0e1fbc4Copy full SHA for 0e1fbc4
text/3692-feature-unification.md
@@ -5,7 +5,9 @@
5
# Summary
6
[summary]: #summary
7
8
-Allow users to control feature unification.
+Give users control over the feature unification that happens based on the packages they select.
9
+- A way for `cargo check -p foo -p bar` to build like `cargo check -p foo && cargo check -p bar`
10
+- A way for `cargo check -p foo` to build `foo` as if `cargo check --workspace` was used
11
12
Related issues:
13
- [#5210: Resolve feature and optional dependencies for workspace as a whole](https://github.com/rust-lang/cargo/issues/5210)
0 commit comments