You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated instructions for tracking issue
Removed link to Forge instructions for documentation since they no longer seem to exist.
* Improved links and wording
Copy file name to clipboardExpand all lines: src/implementing_new_features.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -99,15 +99,15 @@ for YOUR FEATURE".
99
99
For tracking issues for features (as opposed to future-compat
100
100
warnings), I don't think the description has to contain
101
101
anything specific. Generally we put the list of items required
102
-
for stabilization using a github list, e.g.
102
+
for stabilization in a checklist, e.g.,
103
103
104
104
```txt
105
-
**Steps:**
105
+
**Steps:**
106
106
107
-
- [ ] Implement the RFC (cc @rust-lang/compiler -- can anyone write
108
-
up mentoring instructions?)
109
-
- [ ] Adjust documentation ([see instructions on forge][doc-guide])
110
-
- Note: no stabilization step here.
107
+
- [ ] Implement the RFC. (CC @rust-lang/compiler -- can anyone write
108
+
up mentoring instructions?)
109
+
- [ ] Adjust the documentation. ([See instructions on rustc-guide.](https://rust-lang.github.io/rustc-guide/stabilization_guide.html#documentation-prs))
110
+
- [ ] Stabilize the feature. ([See instructions on rustc-guide.](https://rust-lang.github.io/rustc-guide/stabilization_guide.html#stabilization-pr))
0 commit comments