@@ -33,21 +33,41 @@ For most library features, it'd be useful to include a summarized version of the
33
33
-->
34
34
35
35
``` rust
36
- ...
36
+ // core::magic
37
+
38
+ pub struct Magic ;
39
+
40
+ impl Magic {
41
+ pub fn magic (self );
42
+ }
37
43
```
38
44
39
45
### Steps / History
40
46
41
47
<!--
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.
46
50
-->
47
51
48
- - [ ] Implementation: ...
52
+ - [ ] Implementation: #...
53
+ - [ ] Final commenting period (FCP)
49
54
- [ ] Stabilization PR
50
55
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
+
51
71
### Unresolved Questions
52
72
53
73
<!--
0 commit comments