about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authormark <markm@cs.wisc.edu>2020-04-30 11:33:37 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-05-08 09:42:27 -0500
commit6b1f713d7296ed71ba2dfda32472f2e6a9fe7828 (patch)
tree3ddc3f44788c942e12d6f86864d4ca4230c363f7 /src/doc/rustc-dev-guide
parent41c1e3d7f5077b26e1443b5db0f95c59b1cd0843 (diff)
downloadrust-6b1f713d7296ed71ba2dfda32472f2e6a9fe7828.tar.gz
rust-6b1f713d7296ed71ba2dfda32472f2e6a9fe7828.zip
reorder some chapters
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index 87c638ffd9e..94768bc83e3 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -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)