diff options
| author | bors <bors@rust-lang.org> | 2025-06-23 06:37:23 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-06-23 06:37:23 +0000 |
| commit | 22be76b7e259f27bf3e55eb931f354cd8b69d55f (patch) | |
| tree | a9d51ec5ae1d74507901374879fcde568e4b6e0d /src/doc/rustc-dev-guide | |
| parent | 58d5e1169056f31553ecf680b009a5770eb0e859 (diff) | |
| parent | 110492092ca22879c385f83e545f31b22f2eac66 (diff) | |
| download | rust-22be76b7e259f27bf3e55eb931f354cd8b69d55f.tar.gz rust-22be76b7e259f27bf3e55eb931f354cd8b69d55f.zip | |
Auto merge of #142901 - matthiaskrgr:rollup-topt4p6, r=matthiaskrgr
Rollup of 5 pull requests Successful merges: - rust-lang/rust#141597 (Document subdirectories of UI tests with README files) - rust-lang/rust#142823 (Port `#[no_mangle]` to new attribute parsing infrastructure) - rust-lang/rust#142828 (1.88.0 release notes) - rust-lang/rust#142854 (centralize `-Zmin-function-alignment` logic) - rust-lang/rust#142875 (Check rustdoc-json-types FORMAT_VERSION is correctly updated) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/ui.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/ui.md b/src/doc/rustc-dev-guide/src/tests/ui.md index 9e4a11044e8..8f4467a5551 100644 --- a/src/doc/rustc-dev-guide/src/tests/ui.md +++ b/src/doc/rustc-dev-guide/src/tests/ui.md @@ -13,6 +13,11 @@ used for many other purposes. For example, tests can also be configured to [run the resulting program](#controlling-passfail-expectations) to verify its behavior. +For a survey of each subdirectory's purpose under `tests/ui`, consult the +[SUMMARY.md](https://github.com/rust-lang/rust/tree/master/tests/ui/SUMMARY.md). +This is useful if you write a new test, and are looking for a category to +place it in. + If you need to work with `#![no_std]` cross-compiling tests, consult the [`minicore` test auxiliary](./minicore.md) chapter. |
