diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-03-09 08:04:28 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-09 08:04:28 +0800 |
| commit | fc7ad745bb01d83a21ddae46a342a5bc1f9699ba (patch) | |
| tree | b112bac9cca3f504d9c376fbc32fc661a76b3661 /src/doc/rustc-dev-guide | |
| parent | d9c920bd69931d38c55453d20439238d718ac409 (diff) | |
| parent | 2391f1038c78ffebfaa7eb765bfd9b71352d3ae6 (diff) | |
| download | rust-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.md | 3 |
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 |
