We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d237866 commit a51b581Copy full SHA for a51b581
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