File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 62623 . Resolve features
63634 . 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
6771This 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
7478The initial implementation may be sub-optimal.
7579Likely, 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 `
You can’t perform that action at this time.
0 commit comments