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 6ee323d commit d62ed17Copy full SHA for d62ed17
src/SUMMARY.md
@@ -53,10 +53,10 @@
53
- [Ex: Getting diagnostics through `rustc_interface`](./rustc-driver-getting-diagnostics.md)
54
- [Syntax and the AST](./syntax-intro.md)
55
- [Lexing and Parsing](./the-parser.md)
56
- - [`#[test]` Implementation](./test-implementation.md)
57
- - [Panic Implementation](./panic-implementation.md)
58
- [Macro expansion](./macro-expansion.md)
59
- [Name resolution](./name-resolution.md)
+ - [`#[test]` Implementation](./test-implementation.md)
+ - [Panic Implementation](./panic-implementation.md)
60
- [AST Validation](./ast-validation.md)
61
- [Feature Gate Checking](./feature-gate-ck.md)
62
- [The HIR (High-level IR)](./hir.md)
0 commit comments