File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,11 @@ described below:
283
283
- ` {{build-base}} ` : The base directory where the test's output goes. This is
284
284
equivalent to ` $TEST_BUILD_DIR ` for [ output normalization] .
285
285
- Example: ` /path/to/rust/build/x86_64-unknown-linux-gnu/test/ui `
286
+ - ` {{sysroot-base}} ` : Sysroot directory for the rustc 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
+ - Mainly intended for ` ui-fulldeps ` tests that run the compiler via API.
286
291
287
292
See [ ` tests/ui/commandline-argfile.rs ` ] ( https://github.com/rust-lang/rust/blob/master/tests/ui/commandline-argfile.rs )
288
293
for an example of a test that uses this substitution.
You can’t perform that action at this time.
0 commit comments