Skip to content

Commit 5299272

Browse files
nikomatsakisNiko Matsakis
and
Niko Matsakis
authored
link to stabilization docs in the rustc-dev-guide (#803)
Co-authored-by: Niko Matsakis <nikomat@amazon.com>
1 parent 8196b98 commit 5299272

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
- [Language](./lang/README.md)
100100
- [RFC Merge Procedure](./lang/rfc-merge-procedure.md)
101101
- [Triage Meeting Procedure](./lang/triage-meeting-procedure.md)
102+
- [Stabilization procedure](./lang/stabilization-procedure.md)
102103
- [Libs](./libs/README.md)
103104
- [Maintaining the standard library](./libs/maintaining-std.md)
104105
- [Release](./release/README.md)

Diff for: src/lang/stabilization-procedure.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Stabilization procedure for language features
2+
3+
See the ["Request for stabilization" chapter in the rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/stabilization_guide.html) for documentation on the stabilization procedure.

0 commit comments

Comments
 (0)