From 321f441f41fa1d5a2e2ebfd4c60550c3c0998522 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 3 Jul 2023 01:15:54 +0200 Subject: [PATCH] fix link --- src/doc/rustc-dev-guide/src/implementing_new_features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/rustc-dev-guide/src/implementing_new_features.md b/src/doc/rustc-dev-guide/src/implementing_new_features.md index c7f2aa0002a4..01508889f4d7 100644 --- a/src/doc/rustc-dev-guide/src/implementing_new_features.md +++ b/src/doc/rustc-dev-guide/src/implementing_new_features.md @@ -6,8 +6,8 @@ When you want to implement a new significant feature in the compiler, you need to go through this process to make sure everything goes smoothly. -**NOTE: this section is for *language* features, not *library* features, which use [a different -*process].** +**NOTE: this section is for *language* features, not *library* features, +which use [a different process].** [a different process]: ./stability.md