diff --git a/src/tests/directives.md b/src/tests/directives.md index f73a2811..839076b8 100644 --- a/src/tests/directives.md +++ b/src/tests/directives.md @@ -202,6 +202,7 @@ settings: `//@ needs-crate-type: cdylib, proc-macro` will cause the test to be ignored on `wasm32-unknown-unknown` target because the target does not support the `proc-macro` crate type. +- `needs-target-std` — ignores if target platform does not have std support. The following directives will check LLVM support: