File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ modifying feature gates.
6
6
7
7
## Adding a feature gate
8
8
9
- See [ "Stability in code"] [ stability-section ] for help with adding a new feature;
10
- this section just covers how to add the feature gate * declaration* .
9
+ See [ "Stability in code"] for help with adding a new feature; this section just
10
+ covers how to add the feature gate * declaration* .
11
11
12
12
Add a feature gate declaration to ` rustc_feature/src/active.rs ` in the active
13
13
` declare_features ` block:
@@ -91,4 +91,12 @@ to follow when [removing a feature gate][removing]):
91
91
```
92
92
93
93
94
- [ stability-section ] : ./implementing_new_features.md#stability-in-code
94
+ ## Stabilizing a feature
95
+
96
+ See [ "Updating the feature-gate listing"] in the "Stabilizing Features" chapter
97
+ for instructions. There are additional steps you will need to take beyond just
98
+ updating the declaration!
99
+
100
+
101
+ [ "Stability in code" ] : ./implementing_new_features.md#stability-in-code
102
+ [ "Updating the feature-gate listing" ] : ./stabilization_guide.md#updating-the-feature-gate-listing
You can’t perform that action at this time.
0 commit comments