Skip to content

Commit e3fa072

Browse files
committed
fix: Clarify this RFC offers no new concepts
1 parent 0e1fbc4 commit e3fa072

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

text/3692-feature-unification.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ To
6262
3. Resolve features
6363
4. Filter for selected packages
6464

65+
The same result can be achieved with `cargo check --workspace`,
66+
but with fewer packages built.
67+
Therefore, no fundamentally new "mode" is being introduced.
68+
6569
**Features will be evaluated for each package in isolation**
6670

6771
This will require building duplicate copies of build units when there are disjoint sets of features.
@@ -74,6 +78,10 @@ This is not prescriptive of the implementation but to illustrate what the featur
7478
The initial implementation may be sub-optimal.
7579
Likely, the implementation could be improved over time.
7680

81+
The same result can be achieved with `cargo check -p foo && cargo check -p bar`,
82+
but with the potential for optimizing the build further.
83+
Therefore, no fundamentally new "mode" is being introduced.
84+
7785
**Note:** these features do not need to be stabilized together.
7886

7987
##### `resolver.feature-unification`

0 commit comments

Comments
 (0)