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 19f7d2e commit fd4c83fCopy full SHA for fd4c83f
src/SUMMARY.md
@@ -23,9 +23,7 @@
23
- [Profiling the compiler](./profiling.md)
24
- [with the linux perf tool](./profiling/with_perf.md)
25
- [crates.io Dependencies](./crates-io.md)
26
-- [Errors and Lints](diagnostics.md)
27
- - [`LintStore`](./diagnostics/lintstore.md)
28
- - [Diagnostic Codes](./diagnostics/diagnostic-codes.md)
+
29
30
# Contributing to Rust
31
@@ -120,6 +118,9 @@
120
118
- [Error reporting](./borrow_check/region_inference/error_reporting.md)
121
119
- [Two-phase-borrows](./borrow_check/two_phase_borrows.md)
122
- [Parameter Environments](./param_env.md)
+- [Errors and Lints](diagnostics.md)
+ - [`LintStore`](./diagnostics/lintstore.md)
123
+ - [Diagnostic Codes](./diagnostics/diagnostic-codes.md)
124
125
# MIR to Binaries
126
0 commit comments