File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 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:
5656 previous steps).
5757- Any other relevant information(Examples of such reports can
5858 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.
5961
6062## FCP
6163
@@ -88,7 +90,7 @@ in the documentation.
8890### Updating the feature-gate listing
8991
9092There 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! `
9294macro. There should be an entry for the feature you are aiming to
9395stabilize, something like (this example is taken from
9496[ rust-lang/rust #32409 ] :
@@ -171,6 +173,7 @@ if something { /* XXX */ }
171173```
172174
173175[ 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
174177[ The Reference ] : https://github.com/rust-lang-nursery/reference
175178[ The Book ] : https://github.com/rust-lang/book
176179[ 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.
260260
261261[ stab ] : https://github.com/rust-lang/rust/pull/56245
262262
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-
267263[ feature-stab ] : https://forge.rust-lang.org/stabilization-guide.html
268264
269265[ relnotes ] : https://github.com/rust-lang/rust/blob/master/RELEASES.md
You can’t perform that action at this time.
0 commit comments