We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ad597 commit 0b431acCopy full SHA for 0b431ac
src/doc/rustc-dev-guide/src/tests/headers.md
@@ -154,6 +154,7 @@ The following header commands will check rustc build settings and target setting
154
* `needs-unwind` — ignores if the target does not support unwinding
155
* `needs-rust-lld` — ignores if the rust lld support is not enabled
156
(`rust.lld = true` in `config.toml`)
157
+* `needs-threads` — ignores if the target does not have threading support
158
159
The following header commands will check LLVM support:
160
0 commit comments