From 0fa9bf4a4034be0f8df64d3bb3ec2687a9c33031 Mon Sep 17 00:00:00 2001 From: xFrednet Date: Wed, 1 Sep 2021 21:55:08 +0200 Subject: [PATCH] Reference new diagnostic item docs in our docs :) --- doc/common_tools_writing_lints.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/common_tools_writing_lints.md b/doc/common_tools_writing_lints.md index 5f45951090e7..1a6b7c8cb47a 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)