diff options
| author | kennytm <kennytm@gmail.com> | 2018-03-20 07:15:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-20 07:15:19 +0800 |
| commit | 7bc9fe32507cb11d8d9b92b53180ba736daa4355 (patch) | |
| tree | f903a599bac6758fd5ec28d26447d31a678169b0 /src/libsyntax | |
| parent | 28eced1cb503e036350c55526e2dfd58a13f5fc6 (diff) | |
| parent | 50f2884dcdc0c9ba8f24b0c2014f60cb85b0e717 (diff) | |
| download | rust-7bc9fe32507cb11d8d9b92b53180ba736daa4355.tar.gz rust-7bc9fe32507cb11d8d9b92b53180ba736daa4355.zip | |
Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis
Replace many of the last references to readmes In particular, this removes the dep track readme, so it should not be merged before https://github.com/rust-lang-nursery/rustc-guide/pull/92 Fix #47935 cc #48478 r? @nikomatsakis
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/README.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/libsyntax/README.md b/src/libsyntax/README.md index 3bf735ee868..7214203830e 100644 --- a/src/libsyntax/README.md +++ b/src/libsyntax/README.md @@ -1,7 +1,9 @@ -NB: This crate is part of the Rust compiler. For an overview of the -compiler as a whole, see -[the README.md file found in `librustc`](../librustc/README.md). - The `syntax` crate contains those things concerned purely with syntax – that is, the AST ("abstract syntax tree"), parser, pretty-printer, lexer, macro expander, and utilities for traversing ASTs. + +For more information about how these things work in rustc, see the +rustc guide: + +- [Parsing](https://rust-lang-nursery.github.io/rustc-guide/the-parser.html) +- [Macro Expansion](https://rust-lang-nursery.github.io/rustc-guide/macro-expansion.html) |
