Document `//@ needs-target-std` in rustc-dev-guide
This commit is contained in:
parent
85315be387
commit
b8b2ca49e0
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue