diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-07 01:39:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-07 01:39:36 +0200 |
| commit | 2c81d606f958b879c7dfbffe8a36ce1704fd4aa8 (patch) | |
| tree | 65da0bb8a54949d3078e9f91088f77a2c0ed67ee | |
| parent | 051f94d5880f7b8e62eed35701679c24325df5b9 (diff) | |
| parent | 48c734669c5febe80f80cd1ac6e67c621836e5c3 (diff) | |
| download | rust-2c81d606f958b879c7dfbffe8a36ce1704fd4aa8.tar.gz rust-2c81d606f958b879c7dfbffe8a36ce1704fd4aa8.zip | |
Rollup merge of #63314 - tshepang:update-src-readme, r=matthewjasper
doc: the content has since been moved to the guide
| -rw-r--r-- | src/README.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/README.md b/src/README.md index 14e773286bc..32ca4a10574 100644 --- a/src/README.md +++ b/src/README.md @@ -5,10 +5,7 @@ This directory contains the source code of the rust project, including: For more information on how various parts of the compiler work, see the [rustc guide]. -There is also useful content in the following READMEs, which are gradually being moved over to the guide: -- https://github.com/rust-lang/rust/tree/master/src/librustc/ty/query -- https://github.com/rust-lang/rust/tree/master/src/librustc/dep_graph -- https://github.com/rust-lang/rust/tree/master/src/librustc/infer/higher_ranked -- https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve +There is also useful content in this README: +https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve. [rustc guide]: https://rust-lang.github.io/rustc-guide/about-this-guide.html |
