From 2d9cc683ca38dd76e1158b567cf7aaa53753f3b9 Mon Sep 17 00:00:00 2001 From: Albert Larsan Date: Fri, 20 Jan 2023 15:10:33 +0100 Subject: [PATCH] Correct tests misplacement Since the tests move, this was not correct anymore. --- src/compiler-src.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/compiler-src.md b/src/compiler-src.md index 1f55a9d09..9c7d0bb2e 100644 --- a/src/compiler-src.md +++ b/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