Skip to content

Commit d62ed17

Browse files
committed
reorder some chapters
1 parent 6ee323d commit d62ed17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
- [Ex: Getting diagnostics through `rustc_interface`](./rustc-driver-getting-diagnostics.md)
5454
- [Syntax and the AST](./syntax-intro.md)
5555
- [Lexing and Parsing](./the-parser.md)
56-
- [`#[test]` Implementation](./test-implementation.md)
57-
- [Panic Implementation](./panic-implementation.md)
5856
- [Macro expansion](./macro-expansion.md)
5957
- [Name resolution](./name-resolution.md)
58+
- [`#[test]` Implementation](./test-implementation.md)
59+
- [Panic Implementation](./panic-implementation.md)
6060
- [AST Validation](./ast-validation.md)
6161
- [Feature Gate Checking](./feature-gate-ck.md)
6262
- [The HIR (High-level IR)](./hir.md)

0 commit comments

Comments
 (0)