Skip to content

Commit 95d91d6

Browse files
committed
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 🙃 --- changelog: none
2 parents 87c375f + 0fa9bf4 commit 95d91d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/common_tools_writing_lints.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ You may need following tooltips to catch up with common operations.
1111

1212
Useful Rustc dev guide links:
1313
- [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)
1415
- [Type checking](https://rustc-dev-guide.rust-lang.org/type-checking.html)
1516
- [Ty module](https://rustc-dev-guide.rust-lang.org/ty.html)
1617

0 commit comments

Comments
 (0)