From d1b6bc8c3b0d1fcb607b0f7313a2e103437057d7 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 17 Mar 2020 13:54:42 -0300 Subject: [PATCH] Update src/bug-fix-procedure.md Co-Authored-By: Who? Me?! --- src/bug-fix-procedure.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bug-fix-procedure.md b/src/bug-fix-procedure.md index 9c711ae1..55bc8685 100644 --- a/src/bug-fix-procedure.md +++ b/src/bug-fix-procedure.md @@ -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 existing error for this scenario. In others, we will need to allocate a 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 changed on this point, and include a reference to the tracking issue for the change. @@ -327,4 +327,3 @@ Open a PR. =) [rfc 1122]: https://github.com/rust-lang/rfcs/blob/master/text/1122-language-semver.md [breaking-change-issue]: https://gist.github.com/nikomatsakis/631ec8b4af9a18b5d062d9d9b7d3d967 -