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 e10b2f6 commit c5b8123Copy full SHA for c5b8123
src/doc/rustc-dev-guide/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