From 30eb6adf41e2105fd92213d8a129347cde200ded Mon Sep 17 00:00:00 2001 From: Boxy Date: Thu, 11 Dec 2025 20:18:57 +0000 Subject: [PATCH] say "certain" --- src/doc/rustc-dev-guide/src/tests/compiletest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc-dev-guide/src/tests/compiletest.md b/src/doc/rustc-dev-guide/src/tests/compiletest.md index cda5c1bcec71..c885bce75dd6 100644 --- a/src/doc/rustc-dev-guide/src/tests/compiletest.md +++ b/src/doc/rustc-dev-guide/src/tests/compiletest.md @@ -90,7 +90,7 @@ The following test suites are available, with links for more information: | `rustdoc-ui` | Check terminal output of `rustdoc` ([see also](ui.md)) | Some rustdoc-specific tests can also be found in `ui/rustdoc/`. -These tests ensure that lints that are emitted as part of executing rustdoc +These tests ensure that certain lints that are emitted as part of executing rustdoc are also run when executing rustc. Run-make tests pertaining to rustdoc are typically named `run-make/rustdoc-*/`.