about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2025-03-09 08:04:28 +0800
committerGitHub <noreply@github.com>2025-03-09 08:04:28 +0800
commitfc7ad745bb01d83a21ddae46a342a5bc1f9699ba (patch)
treeb112bac9cca3f504d9c376fbc32fc661a76b3661 /src/doc/rustc-dev-guide
parentd9c920bd69931d38c55453d20439238d718ac409 (diff)
parent2391f1038c78ffebfaa7eb765bfd9b71352d3ae6 (diff)
downloadrust-fc7ad745bb01d83a21ddae46a342a5bc1f9699ba.tar.gz
rust-fc7ad745bb01d83a21ddae46a342a5bc1f9699ba.zip
Merge pull request #2271 from rust-lang/tshepang-patch-1
fix text
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/directives.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/directives.md b/src/doc/rustc-dev-guide/src/tests/directives.md
index 078efc2729e..7f50cd23a9d 100644
--- a/src/doc/rustc-dev-guide/src/tests/directives.md
+++ b/src/doc/rustc-dev-guide/src/tests/directives.md
@@ -122,8 +122,7 @@ for more details.
 These directives are used to ignore the test in some situations, which
 means the test won't be compiled or run.
 
-* `ignore-X` where `X` is a target detail or stage will ignore the test
-  accordingly (see below)
+* `ignore-X` where `X` is a target detail or other criteria on which to ignore the test (see below)
 * `only-X` is like `ignore-X`, but will *only* run the test on that target or
   stage
 * `ignore-test` always ignores the test. This can be used to temporarily disable