diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2023-07-03 01:15:54 +0200 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-07-02 16:16:44 -0700 |
| commit | 321f441f41fa1d5a2e2ebfd4c60550c3c0998522 (patch) | |
| tree | 0f2de34d83865110a6e70ecac5199ba8afa52fa2 /src/doc/rustc-dev-guide | |
| parent | 01030d9a3288222933eeffc87b92cb5d5ebf2ec6 (diff) | |
| download | rust-321f441f41fa1d5a2e2ebfd4c60550c3c0998522.tar.gz rust-321f441f41fa1d5a2e2ebfd4c60550c3c0998522.zip | |
fix link
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/implementing_new_features.md | 4 |
1 files 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 c7f2aa0002a..01508889f4d 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 |
