We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69e62af + 599ee17 commit 92cf975Copy full SHA for 92cf975
src/tests/directives.md
@@ -205,6 +205,8 @@ settings:
205
on `wasm32-unknown-unknown` target because the target does not support the
206
`proc-macro` crate type.
207
- `needs-target-std` — ignores if target platform does not have std support.
208
+- `ignore-backends` — ignores the listed backends, separated by whitespace characters.
209
+- `needs-backends` — only runs the test if current codegen backend is listed.
210
211
The following directives will check LLVM support:
212
0 commit comments