From 5a97e0aacee7a63e38adef5b4071d32fd93eaefc Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 18 Feb 2020 12:32:14 -0300 Subject: [PATCH] This page is diagnostics.html now --- src/bug-fix-procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bug-fix-procedure.md b/src/bug-fix-procedure.md index 90d8fb48..9ad57be9 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.](rustc-diagnostic-code.html) +[Instructions for allocating a fresh diagnostic code can be found here.](diagnostics/diagnostic-codes.html) 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.