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 62
62
3 . Resolve features
63
63
4 . Filter for selected packages
64
64
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
+
65
69
** Features will be evaluated for each package in isolation**
66
70
67
71
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
74
78
The initial implementation may be sub-optimal.
75
79
Likely, the implementation could be improved over time.
76
80
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
+
77
85
** Note:** these features do not need to be stabilized together.
78
86
79
87
##### ` resolver.feature-unification `
You can’t perform that action at this time.
0 commit comments