We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c375f commit 0fa9bf4Copy full SHA for 0fa9bf4
doc/common_tools_writing_lints.md
@@ -11,6 +11,7 @@ You may need following tooltips to catch up with common operations.
11
12
Useful Rustc dev guide links:
13
- [Stages of compilation](https://rustc-dev-guide.rust-lang.org/compiler-src.html#the-main-stages-of-compilation)
14
+- [Diagnostic items](https://rustc-dev-guide.rust-lang.org/diagnostics/diagnostic-items.html)
15
- [Type checking](https://rustc-dev-guide.rust-lang.org/type-checking.html)
16
- [Ty module](https://rustc-dev-guide.rust-lang.org/ty.html)
17
0 commit comments