We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69482e8 commit 5345620Copy full SHA for 5345620
src/doc/rustc-dev-guide/src/tests/directives.md
@@ -192,6 +192,8 @@ settings:
192
specified atomic widths, e.g. the test with `//@ needs-target-has-atomic: 8,
193
16, ptr` will only run if it supports the comma-separated list of atomic
194
widths.
195
+- `needs-dynamic-linking` - ignores if target does not support dynamic linking
196
+ (which is orthogonal to it being unable to create `dylib` and `cdylib` crate types)
197
198
The following directives will check LLVM support:
199
0 commit comments