This page is diagnostics.html now

This commit is contained in:
Santiago Pastorino 2020-02-18 12:32:14 -03:00 committed by Who? Me?!
parent 15ce51670c
commit 5a97e0aace
1 changed files with 1 additions and 1 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 existing 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 error for this scenario. In others, we will need to allocate a fresh diagnostic
code. 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 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 changed on this point, and include a reference to the tracking issue for the
change. change.