]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/rustc-dev-guide/src/compiler-src.md
New upstream version 1.55.0+dfsg1
[rustc.git] / src / doc / rustc-dev-guide / src / compiler-src.md
index 61af386522ea817e86c0d7ebda4b66ec8e459b5e..b621dde7c202bfab02ef1f6d642638bc105ef54c 100644 (file)
@@ -2,15 +2,6 @@
 
 <!-- toc -->
 
-> **NOTE**: The structure of the repository is going through a lot of
-> transitions. In particular, we want to get to a point eventually where the
-> top-level directory has separate directories for the compiler, build-system,
-> std libs, etc, rather than one huge `src/` directory.
->
-> As of <!-- date: 2021-01 --> January 2021, the standard libraries have been
-> moved to `library/` and the crates that make up the `rustc` compiler itself
-> have been moved to `compiler/`.
-
 Now that we have [seen what the compiler does](./overview.md), let's take a
 look at the structure of the contents of the rust-lang/rust repo.