diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-02-20 12:58:38 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-02-23 18:12:58 -0600 |
| commit | 2125621c69607cf13bcf17877098a648b97e566f (patch) | |
| tree | 4b43679784453cad9e8be9ad222540befa202dc5 /src/doc/rustc-dev-guide | |
| parent | 81d0e42cd318793f85560dd9e8159c18535f6071 (diff) | |
| download | rust-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.md | 2 |
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 |
