about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorguilherme <gvm.gui@gmail.com>2019-04-26 23:47:16 +0100
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-05-01 22:22:29 -0500
commit17f33c6bae054f91f647fc7cf0ac5af9c73ba10f (patch)
tree2ca8201fdb2ab02fe48c7025bc9c526976d501db /src/doc/rustc-dev-guide
parent547f42705c728c2a38755c6a88a291f55a244c33 (diff)
Fix link in walkthrough
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/walkthrough.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/walkthrough.md b/src/doc/rustc-dev-guide/src/walkthrough.md
index 2823426be10..e2e96fced9f 100644
--- a/src/doc/rustc-dev-guide/src/walkthrough.md
+++ b/src/doc/rustc-dev-guide/src/walkthrough.md
@@ -258,6 +258,8 @@ After this, [a PR is made][stab] to remove the feature gate, enabling the featur
 default (on the 2018 edition). A note is added to the [Release notes][relnotes]
 about the feature.
 
+[stab]: https://github.com/rust-lang/rust/pull/56245
+
 Steps to stabilize the feature can be found at [Stabilizing Features](./stabilization_guide.md).
 
 [relnotes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md