Skip to content

Commit a230029

Browse files
Rajkumar Natarajanmark-i-m
Rajkumar Natarajan
authored andcommitted
issue 130 stabilization guide
1 parent c36a489 commit a230029

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/stabilization_guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

9092
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!`
9294
macro. There should be an entry for the feature you are aiming to
9395
stabilize, 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

src/walkthrough.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)