about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-02-16 08:04:42 +0000
committerGitHub <noreply@github.com>2025-02-16 08:04:42 +0000
commitbe1e087e1485e0a6f7008fa0bebacbb1a23a6458 (patch)
tree042be607aed8e214e257b43911b93b9b142adddc /src/doc/rustc-dev-guide
parent487346680f6d78d29023d511a2ba71f8ff4d8d01 (diff)
parent703154d4f0db2754493c2f5a464d389377dc0dd2 (diff)
downloadrust-be1e087e1485e0a6f7008fa0bebacbb1a23a6458.tar.gz
rust-be1e087e1485e0a6f7008fa0bebacbb1a23a6458.zip
Merge pull request #4195 from RalfJung/rustup
Rustup
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/directives.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/directives.md b/src/doc/rustc-dev-guide/src/tests/directives.md
index b6209bcb2d8..00bb2bc4dbb 100644
--- a/src/doc/rustc-dev-guide/src/tests/directives.md
+++ b/src/doc/rustc-dev-guide/src/tests/directives.md
@@ -154,6 +154,7 @@ Some examples of `X` in `ignore-X` or `only-X`:
   `ignore-coverage-map`, `ignore-coverage-run`
 - When testing a dist toolchain: `dist`
   - This needs to be enabled with `COMPILETEST_ENABLE_DIST_TESTS=1`
+- The `rustc_abi` of the target: e.g. `rustc_abi-x86_64-sse2`
 
 The following directives will check rustc build settings and target
 settings: