diff options
| author | mark <markm@cs.wisc.edu> | 2020-04-30 11:33:37 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-05-08 09:42:27 -0500 |
| commit | 6b1f713d7296ed71ba2dfda32472f2e6a9fe7828 (patch) | |
| tree | 3ddc3f44788c942e12d6f86864d4ca4230c363f7 /src/doc/rustc-dev-guide | |
| parent | 41c1e3d7f5077b26e1443b5db0f95c59b1cd0843 (diff) | |
| download | rust-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.md | 4 |
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) |
