File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,18 @@ Provide a happy path for developers needing to work with older versions of Rust
14
14
15
15
Note: ` cargo install ` is intentionally left out for now to decouple discussions on how to handle the security ramifications.
16
16
17
+ ** Note:** Approval of this RFC does not mean everything is set in stone, like with all RFCs.
18
+ This RFC will be rolled out gradually as we stabilize each piece.
19
+ In particular, we expect to make the ` cargo new ` change last as it is dependent on the other changes to work well.
20
+ In evaluating stabilization, we take into account changes in the ecosystem and feedback from testing unstable features.
21
+ Based on that evaluation, we may make changes from what this RFC says.
22
+ Whether we make changes or not, stabilization will then require approval of the cargo team to merge
23
+ (explicit acknowledgement from all but 2 members with no concerns from any member)
24
+ followed by a 10 days Final Comment Period (FCP) for the remaining 2 team members and the wider community.
25
+ Cargo FCPs are now tracked in This Week in Rust to ensure the community is aware and can participate.
26
+ Even then, a change like ` cargo new ` can be reverted without an RFC,
27
+ likely only needing to follow the FCP process.
28
+
17
29
# Motivation
18
30
[ motivation ] : #motivation
19
31
You can’t perform that action at this time.
0 commit comments