diff options
| author | Ralf Jung <post@ralfj.de> | 2025-02-16 08:38:29 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-02-16 08:38:29 +0100 |
| commit | 703154d4f0db2754493c2f5a464d389377dc0dd2 (patch) | |
| tree | 042be607aed8e214e257b43911b93b9b142adddc /src/doc/rustc-dev-guide | |
| parent | acdf9133aca8c5684a7c16f0c7fa0a72cac6a4a3 (diff) | |
| parent | d0e7bfd2056cffc7ea0e5f7ed577e987a627ba04 (diff) | |
| download | rust-703154d4f0db2754493c2f5a464d389377dc0dd2.tar.gz rust-703154d4f0db2754493c2f5a464d389377dc0dd2.zip | |
Merge from rustc
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/directives.md | 1 |
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: |
