Thanks to visit codestin.com Credit goes to github.com
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 b26eeb1 + 933b567 commit 9dda25fCopy full SHA for 9dda25f
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