about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-09-02 01:04:40 +0000
committerbors <bors@rust-lang.org>2021-09-02 01:04:40 +0000
commit95d91d64dbd62dd8b83d5022d4009f8e86797db2 (patch)
tree377cf8bb95fdce8a2f09591d530f4c9c66164e0e
parent87c375fa625526d6ef93b12c0cf19ba3453a2ea5 (diff)
parent0fa9bf4a4034be0f8df64d3bb3ec2687a9c33031 (diff)
downloadrust-95d91d64dbd62dd8b83d5022d4009f8e86797db2.tar.gz
rust-95d91d64dbd62dd8b83d5022d4009f8e86797db2.zip
Auto merge of #7617 - xFrednet:0000-link-diag-item-docs, r=giraffate
Reference new diagnostic item docs in our docs :)

The title says it all. The rustc dev guide now has some information about diagnostic items that are worthwhile linking to :upside_down_face:

---

changelog: none
-rw-r--r--doc/common_tools_writing_lints.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/common_tools_writing_lints.md b/doc/common_tools_writing_lints.md
index 5f45951090e..1a6b7c8cb47 100644
--- a/doc/common_tools_writing_lints.md
+++ b/doc/common_tools_writing_lints.md
@@ -11,6 +11,7 @@ You may need following tooltips to catch up with common operations.
 
 Useful Rustc dev guide links:
 - [Stages of compilation](https://rustc-dev-guide.rust-lang.org/compiler-src.html#the-main-stages-of-compilation)
+- [Diagnostic items](https://rustc-dev-guide.rust-lang.org/diagnostics/diagnostic-items.html)
 - [Type checking](https://rustc-dev-guide.rust-lang.org/type-checking.html)
 - [Ty module](https://rustc-dev-guide.rust-lang.org/ty.html)