Skip to content

Commit d419da1

Browse files
committed
rustc-dev-guide: document {ignore,only}-rustc_abi-x86-sse2
1 parent 880d8c0 commit d419da1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/rustc-dev-guide/src/tests/directives.md

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ Some examples of `X` in `ignore-X` or `only-X`:
154154
`ignore-coverage-map`, `ignore-coverage-run`
155155
- When testing a dist toolchain: `dist`
156156
- This needs to be enabled with `COMPILETEST_ENABLE_DIST_TESTS=1`
157+
- The `rustc_abi` of the target: e.g. `rustc_abi-x86_64-sse2`
157158

158159
The following directives will check rustc build settings and target
159160
settings:

0 commit comments

Comments
 (0)