@@ -33,21 +33,41 @@ For most library features, it'd be useful to include a summarized version of the
3333-->
3434
3535``` rust
36- ...
36+ // core::magic
37+
38+ pub struct Magic ;
39+
40+ impl Magic {
41+ pub fn magic (self );
42+ }
3743```
3844
3945### Steps / History
4046
4147<!--
42- In the simplest case, this is a PR implementing the feature followed by a PR
43- that stabilises the feature. However it's not uncommon for the feature to be
44- changed before stabilization. For larger features, the implementation could be
45- split up in multiple steps.
48+ For larger features, more steps might be involved.
49+ If the feature is changed later, please add those PRs here as well.
4650-->
4751
48- - [ ] Implementation: ...
52+ - [ ] Implementation: #...
53+ - [ ] Final commenting period (FCP)
4954- [ ] Stabilization PR
5055
56+ <!--
57+ Once the feature has gone through a few release cycles and there are no
58+ unresolved questions left, the feature might be ready for stabilization.
59+
60+ If this feature didn't go through the RFC process, a final commenting period
61+ (FCP) is always needed before stabilization. This works as follows:
62+
63+ A library team member can kick off the stabilization process, at which point
64+ the rfcbot will ask all the team members to verify they agree with
65+ stabilization. Once enough members agree and there are no concerns, the final
66+ commenting period begins: this issue will be marked as such and will be listed
67+ in the next This Week in Rust newsletter. If no blocking concerns are raised in
68+ that period of 10 days, a stabilzation PR can be opened by anyone.
69+ -->
70+
5171### Unresolved Questions
5272
5373<!--
0 commit comments