From 2b0a6b970909d73e4b0c0e4d320bccc9f8cfa5f3 Mon Sep 17 00:00:00 2001 From: guilherme Date: Fri, 26 Apr 2019 23:47:16 +0100 Subject: [PATCH] Fix link in walkthrough --- src/walkthrough.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/walkthrough.md b/src/walkthrough.md index 2823426b..e2e96fce 100644 --- a/src/walkthrough.md +++ b/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