We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a9990 commit 3e9cbc1Copy full SHA for 3e9cbc1
src/doc/rustc-dev-guide/src/tests/directives.md
@@ -188,6 +188,8 @@ settings:
188
specified atomic widths, e.g. the test with `//@ needs-target-has-atomic: 8,
189
16, ptr` will only run if it supports the comma-separated list of atomic
190
widths.
191
+- `needs-dynamic-linking` - ignores if target does not support dynamic linking,
192
+ meaning it cannot create `dylib` and `cdylib` crates types
193
194
The following directives will check LLVM support:
195
0 commit comments