X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2FREADME.md;h=2f7cf90c5f0305b433880a533ed6fd26621255e7;hb=7297cd8d92f375f1765f74c5f2e60584df15d6d2;hp=14e773286bc6a21ccf06c6d281f641f787675630;hpb=c5fb4d0d2f464bc9ab61f7693ed4dde4d9326820;p=rust.git diff --git a/src/README.md b/src/README.md index 14e773286bc..2f7cf90c5f0 100644 --- a/src/README.md +++ b/src/README.md @@ -5,10 +5,4 @@ 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 - [rustc guide]: https://rust-lang.github.io/rustc-guide/about-this-guide.html