Skip to content

Commit b2947e3

Browse files
committed
feat(summary): Remind people of RFC fluidity
1 parent 16912fe commit b2947e3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

text/3537-msrv-resolver.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ Provide a happy path for developers needing to work with older versions of Rust
1414

1515
Note: `cargo install` is intentionally left out for now to decouple discussions on how to handle the security ramifications.
1616

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+
1729
# Motivation
1830
[motivation]: #motivation
1931

0 commit comments

Comments
 (0)