about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorAlbert Larsan <albert.larsan@gmail.com>2023-01-20 15:18:15 +0100
committerGitHub <noreply@github.com>2023-01-20 11:18:15 -0300
commit2ea2af6eb2a7ac6e20490a3b66baa03c8d321cac (patch)
tree9ae3705fbc2770327658f983e460f7d3c2410967 /src/doc/rustc-dev-guide
parent2c0ea01426a2c7fb09dddf4ad7546c01d0b2a24a (diff)
downloadrust-2ea2af6eb2a7ac6e20490a3b66baa03c8d321cac.tar.gz
rust-2ea2af6eb2a7ac6e20490a3b66baa03c8d321cac.zip
Correct tests misplacement (#1564)
Since the tests move, this was not correct anymore.
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/compiler-src.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-src.md b/src/doc/rustc-dev-guide/src/compiler-src.md
index 1f55a9d09d8..9c7d0bb2eb2 100644
--- a/src/doc/rustc-dev-guide/src/compiler-src.md
+++ b/src/doc/rustc-dev-guide/src/compiler-src.md
@@ -27,8 +27,10 @@ The repository consists of three main directories:
   `proc_macro`, `test`), as well as the Rust runtime (`backtrace`, `rtstartup`,
   `lang_start`).
   
+- `tests/` contains the compiler tests.
+  
 - `src/` contains the source code for rustdoc, clippy, cargo, the build system,
-  compiler tests, language docs, etc.
+  language docs, etc.
 
 ## Compiler