Skip to content

Commit b433aba

Browse files
Oneiricaljieyouxu
andcommitted
Add a SUMMARY.md outlining immediate subdirectories of the ui test suite
Co-authored-by: Jieyou Xu <[email protected]>
1 parent 255aa22 commit b433aba

File tree

2 files changed

+1599
-0
lines changed

2 files changed

+1599
-0
lines changed

src/doc/rustc-dev-guide/src/tests/ui.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ used for many other purposes. For example, tests can also be configured to [run
1313
the resulting program](#controlling-passfail-expectations) to verify its
1414
behavior.
1515

16+
For a survey of each subdirectory's purpose under `tests/ui`, consult the
17+
[SUMMARY.md](https://github.com/rust-lang/rust/tree/master/tests/ui/SUMMARY.md).
18+
This is useful if you write a new test, and are looking for a category to
19+
place it in.
20+
1621
If you need to work with `#![no_std]` cross-compiling tests, consult the
1722
[`minicore` test auxiliary](./minicore.md) chapter.
1823

0 commit comments

Comments
 (0)