Skip to content

Commit 8e593ce

Browse files
authored
Merge pull request #4409 from rust-lang/rustup-2025-06-20
Automatic Rustup
2 parents 7bccb3e + 0398281 commit 8e593ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)