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.
//@ needs-target-std
1 parent 85315be commit b8b2ca4Copy full SHA for b8b2ca4
src/tests/directives.md
@@ -202,6 +202,7 @@ settings:
202
`//@ needs-crate-type: cdylib, proc-macro` will cause the test to be ignored
203
on `wasm32-unknown-unknown` target because the target does not support the
204
`proc-macro` crate type.
205
+- `needs-target-std` — ignores if target platform does not have std support.
206
207
The following directives will check LLVM support:
208
0 commit comments