Update src/bug-fix-procedure.md

Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
This commit is contained in:
Santiago Pastorino 2020-03-17 13:54:42 -03:00 committed by Who? Me?!
parent 41acd4400a
commit d1b6bc8c3b
1 changed files with 1 additions and 2 deletions

View File

@ -292,7 +292,7 @@ self.tcx.sess.add_lint(lint::builtin::OVERLAPPING_INHERENT_IMPLS,
We want to convert this into an error. In some cases, there may be an We want to convert this into an error. In some cases, there may be an
existing error for this scenario. In others, we will need to allocate a existing error for this scenario. In others, we will need to allocate a
fresh diagnostic code. [Instructions for allocating a fresh diagnostic fresh diagnostic code. [Instructions for allocating a fresh diagnostic
code can be found here.](diagnostics/diagnostic-codes.html) You may want code can be found here.](./diagnostics/diagnostic-codes.md) You may want
to mention in the extended description that the compiler behavior to mention in the extended description that the compiler behavior
changed on this point, and include a reference to the tracking issue for changed on this point, and include a reference to the tracking issue for
the change. the change.
@ -327,4 +327,3 @@ Open a PR. =)
[rfc 1122]: https://github.com/rust-lang/rfcs/blob/master/text/1122-language-semver.md [rfc 1122]: https://github.com/rust-lang/rfcs/blob/master/text/1122-language-semver.md
[breaking-change-issue]: https://gist.github.com/nikomatsakis/631ec8b4af9a18b5d062d9d9b7d3d967 [breaking-change-issue]: https://gist.github.com/nikomatsakis/631ec8b4af9a18b5d062d9d9b7d3d967