Skip to content

Commit 22fbccf

Browse files
authored
tests/headers: document needs-symlink (rust-lang#2001)
Added in <rust-lang#126862>.
1 parent a251320 commit 22fbccf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/headers.md

+2
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ The following header commands will check rustc build settings and target setting
164164
* `needs-rust-lld` — ignores if the rust lld support is not enabled
165165
(`rust.lld = true` in `config.toml`)
166166
* `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.
167169

168170
The following header commands will check LLVM support:
169171

0 commit comments

Comments
 (0)