about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2019-02-20 12:58:38 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-02-23 18:12:58 -0600
commit2125621c69607cf13bcf17877098a648b97e566f (patch)
tree4b43679784453cad9e8be9ad222540befa202dc5 /src/doc/rustc-dev-guide
parent81d0e42cd318793f85560dd9e8159c18535f6071 (diff)
downloadrust-2125621c69607cf13bcf17877098a648b97e566f.tar.gz
rust-2125621c69607cf13bcf17877098a648b97e566f.zip
Update src/implementing_new_feature.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/implementing_new_feature.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/implementing_new_feature.md b/src/doc/rustc-dev-guide/src/implementing_new_feature.md
index 2344ab6f932..ff26b85506a 100644
--- a/src/doc/rustc-dev-guide/src/implementing_new_feature.md
+++ b/src/doc/rustc-dev-guide/src/implementing_new_feature.md
@@ -54,7 +54,7 @@ The more boring details are listed in the Rust repository's [CONTRIBUTING.md], s
 
 ### Warning Cycles
 
-In some cases, a feature or bugfix might break some existing programs in some edge cases. In that case, you might want to do a crater run to assess the impact and possibly add a warning cycle, following the [rustc bug-fix procedure].
+In some cases, a feature or bugfix might break some existing programs in some edge cases. In that case, you might want to do a crater run to assess the impact and possibly add a future-compatibility lint, similar to those used for [edition-gated lints](./diag.md#edition-gated-lints).
 
 ### Stability