diff options
| author | Ralf Jung <post@ralfj.de> | 2025-02-16 08:04:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-16 08:04:42 +0000 |
| commit | be1e087e1485e0a6f7008fa0bebacbb1a23a6458 (patch) | |
| tree | 042be607aed8e214e257b43911b93b9b142adddc /src/doc/rustc-dev-guide | |
| parent | 487346680f6d78d29023d511a2ba71f8ff4d8d01 (diff) | |
| parent | 703154d4f0db2754493c2f5a464d389377dc0dd2 (diff) | |
| download | rust-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.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: |
