Skip to content

Commit 7d3c1c8

Browse files
Correct tests misplacement (#1564)
Since the tests move, this was not correct anymore.
1 parent 7313897 commit 7d3c1c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/compiler-src.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ The repository consists of three main directories:
2727
`proc_macro`, `test`), as well as the Rust runtime (`backtrace`, `rtstartup`,
2828
`lang_start`).
2929

30+
- `tests/` contains the compiler tests.
31+
3032
- `src/` contains the source code for rustdoc, clippy, cargo, the build system,
31-
compiler tests, language docs, etc.
33+
language docs, etc.
3234

3335
## Compiler
3436

0 commit comments

Comments
 (0)