File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ The report should contain:
56
56
previous steps).
57
57
- Any other relevant information(Examples of such reports can
58
58
be found in rust-lang/rust #44494 and rust-lang/rust #28237 ).
59
+ - The resolutions of any unresolved questions if the stabilization
60
+ is for an RFC.
59
61
60
62
## FCP
61
63
@@ -88,7 +90,7 @@ in the documentation.
88
90
### Updating the feature-gate listing
89
91
90
92
There is a central listing of feature-gates in
91
- ` src/libsyntax/feature_gate.rs ` . Search for the ` declare_features! `
93
+ ` [ src/libsyntax/feature_gate.rs] ` . Search for the ` declare_features! `
92
94
macro. There should be an entry for the feature you are aiming to
93
95
stabilize, something like (this example is taken from
94
96
[ rust-lang/rust #32409 ] :
@@ -171,6 +173,7 @@ if something { /* XXX */ }
171
173
```
172
174
173
175
[ rust-lang/rust#32409 ] :https://github.com/rust-lang/rust/issues/32409
176
+ [ src/libsyntax/feature_gate.rs ] :https://doc.rust-lang.org/nightly/nightly-rustc/syntax/feature_gate/index.html
174
177
[ The Reference ] : https://github.com/rust-lang-nursery/reference
175
178
[ The Book ] : https://github.com/rust-lang/book
176
179
[ Rust by Example ] : https://github.com/rust-lang/rust-by-example
Original file line number Diff line number Diff line change @@ -260,10 +260,6 @@ about the feature.
260
260
261
261
[ stab ] : https://github.com/rust-lang/rust/pull/56245
262
262
263
- TODO: currently, we have a [ forge article] [ feature-stab ] about stabilization, but
264
- we really ought to move that to the guide (in fact, we probably should have a whole
265
- chapter about feature gates and stabilization).
266
-
267
263
[ feature-stab ] : https://forge.rust-lang.org/stabilization-guide.html
268
264
269
265
[ relnotes ] : https://github.com/rust-lang/rust/blob/master/RELEASES.md
You can’t perform that action at this time.
0 commit comments