Skip to content

Commit 9de0e2c

Browse files
mark-i-mrajcspsg
andauthored
Update src/implementing_new_feature.md
Co-Authored-By: rajcspsg <[email protected]>
1 parent 2a808a2 commit 9de0e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/implementing_new_feature.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The more boring details are listed in the Rust repository's [CONTRIBUTING.md], s
5454

5555
### Warning Cycles
5656

57-
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].
57+
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).
5858

5959
### Stability
6060

0 commit comments

Comments
 (0)