We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a229d6 commit e647444Copy full SHA for e647444
src/SUMMARY.md
@@ -26,7 +26,7 @@
26
- [with the linux perf tool](./profiling/with_perf.md)
27
- [Coding conventions](./conventions.md)
28
- [crates.io Dependencies](./crates-io.md)
29
- - [Emitting Errors and other Diagnostics](diagnostics.md)
+ - [Errors and Lints](diagnostics.md)
30
- [`LintStore`](./diagnostics/lintstore.md)
31
- [Diagnostic Codes](./diagnostics/diagnostic-codes.md)
32
- [Notification groups](notification-groups/about.md)
src/diagnostics.md
@@ -1,4 +1,4 @@
1
-# Emitting Errors and other Diagnostics
+# Errors and Lints
2
3
A lot of effort has been put into making `rustc` have great error messages.
4
This chapter is about how to emit compile errors and lints from the compiler.
0 commit comments