Skip to content

Commit

Permalink
Add documentation for {{rust-src-base}} (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau authored Sep 29, 2024
1 parent 776b1ad commit abd7ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ described below:
- `{{build-base}}`: The base directory where the test's output goes. This is
equivalent to `$TEST_BUILD_DIR` for [output normalization].
- Example: `/path/to/rust/build/x86_64-unknown-linux-gnu/test/ui`
- `{{rust-src-base}}`: The sysroot directory where libstd/libcore/... are located
- `{{sysroot-base}}`: Path of the sysroot directory used to build the test.
- Mainly intended for `ui-fulldeps` tests that run the compiler via API.
- `{{target-linker}}`: Linker that would be passed to `-Clinker` for this test,
Expand Down

0 comments on commit abd7ea6

Please sign in to comment.