We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{{sysroot-base}}
{{target-linker}}
1 parent ffb1a36 commit fd68d95Copy full SHA for fd68d95
src/tests/headers.md
@@ -283,6 +283,11 @@ described below:
283
- `{{build-base}}`: The base directory where the test's output goes. This is
284
equivalent to `$TEST_BUILD_DIR` for [output normalization].
285
- Example: `/path/to/rust/build/x86_64-unknown-linux-gnu/test/ui`
286
+- `{{sysroot-base}}`: Path of the sysroot directory used to build the test.
287
+ - Mainly intended for `ui-fulldeps` tests that run the compiler via API.
288
+- `{{target-linker}}`: Linker that would be passed to `-Clinker` for this test,
289
+ or blank if no linker override is active.
290
291
- `{{target}}`: The target the test is compiling for
292
- Example: `x86_64-unknown-linux-gnu`
293
0 commit comments