reorder some chapters

This commit is contained in:
mark 2020-04-30 11:33:37 -05:00 committed by Who? Me?!
parent 6ee323dce3
commit d62ed17895
1 changed files with 2 additions and 2 deletions

View File

@ -53,10 +53,10 @@
- [Ex: Getting diagnostics through `rustc_interface`](./rustc-driver-getting-diagnostics.md)
- [Syntax and the AST](./syntax-intro.md)
- [Lexing and Parsing](./the-parser.md)
- [`#[test]` Implementation](./test-implementation.md)
- [Panic Implementation](./panic-implementation.md)
- [Macro expansion](./macro-expansion.md)
- [Name resolution](./name-resolution.md)
- [`#[test]` Implementation](./test-implementation.md)
- [Panic Implementation](./panic-implementation.md)
- [AST Validation](./ast-validation.md)
- [Feature Gate Checking](./feature-gate-ck.md)
- [The HIR (High-level IR)](./hir.md)