Skip to content

Commit f80902e

Browse files
committed
Elaborate on stabilization report summarization aspects
1 parent 8152a0d commit f80902e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/stabilization_guide.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,14 @@ has completed. Meanwhile, we can proceed to the next step.
4444
## Write a stabilization report
4545

4646
Author a stabilization report using the [template found in this repository][srt].
47-
Stabilization reports summarize the work that has been done since the RFC.
48-
The [template][srt] includes a series of questions that aim to surface interconnections between this feature and the various Rust teams (lang, types, etc) and also to identify items that are commonly overlooked.
47+
48+
Stabilization reports summarize:
49+
50+
- The main design decisions and deviations since the RFC was accepted, particularly decisions that were FCP'd or otherwise accepted by the language team.
51+
- Quite often, the final stabilized language feature can have significant design deviations from the original RFC text.
52+
- The work that has been done since the RFC was accepted, acknowledging the main contributors that helped drive the language feature forward.
53+
54+
The [*Stabilization Template*][srt] includes a series of questions that aim to surface interconnections between this feature and the various Rust teams (lang, types, etc) and also to identify items that are commonly overlooked.
4955

5056
[srt]: ./stabilization_report_template.md
5157

0 commit comments

Comments
 (0)