Skip to content

Commit 49c3d4a

Browse files
committedNov 26, 2018
add link to stabilization pr
1 parent ad8ebf2 commit 49c3d4a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎src/walkthrough.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,16 @@ The stabilization report for our feature is [here][stabrep].
254254

255255
[stabrep]: https://github.com/rust-lang/rust/issues/48075#issuecomment-433243048
256256

257-
After this, a PR is made to remove the feature gate, enabling the feature by
257+
After this, [a PR is made][stab] to remove the feature gate, enabling the feature by
258258
default (on the 2018 edition). A note is added to the [Release notes][relnotes]
259259
about the feature.
260260

261+
[stab]: https://github.com/rust-lang/rust/pull/56245
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+
[feature-stab]: https://forge.rust-lang.org/stabilization-guide.html
268+
261269
[relnotes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md

0 commit comments

Comments
 (0)
Please sign in to comment.