reorder some chapters
This commit is contained in:
parent
41c1e3d7f5
commit
6b1f713d72
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue