We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
needs-symlink
1 parent b1633a8 commit ef22f39Copy full SHA for ef22f39
src/doc/rustc-dev-guide/src/tests/headers.md
@@ -164,6 +164,8 @@ The following header commands will check rustc build settings and target setting
164
* `needs-rust-lld` — ignores if the rust lld support is not enabled
165
(`rust.lld = true` in `config.toml`)
166
* `needs-threads` — ignores if the target does not have threading support
167
+* `needs-symlink` — ignores if the target does not support symlinks. This can be the case on Windows
168
+ if the developer did not enable priviledged symlink permissions.
169
170
The following header commands will check LLVM support:
171
0 commit comments