diff options
| author | xFrednet <xFrednet@gmail.com> | 2021-09-01 21:55:08 +0200 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2021-09-01 21:55:08 +0200 |
| commit | 0fa9bf4a4034be0f8df64d3bb3ec2687a9c33031 (patch) | |
| tree | 377cf8bb95fdce8a2f09591d530f4c9c66164e0e | |
| parent | 87c375fa625526d6ef93b12c0cf19ba3453a2ea5 (diff) | |
| download | rust-0fa9bf4a4034be0f8df64d3bb3ec2687a9c33031.tar.gz rust-0fa9bf4a4034be0f8df64d3bb3ec2687a9c33031.zip | |
Reference new diagnostic item docs in our docs :)
| -rw-r--r-- | doc/common_tools_writing_lints.md | 1 |
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) |
