Merge pull request #2273 from rust-lang/tshepang-patch-1

use new terminology
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2025-03-10 17:59:15 +08:00 committed by GitHub
commit 6ae1d4d997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ collection.
The test results are cached and previously successful tests are `ignored` during
testing. The stdout/stderr contents as well as a timestamp file for every test
can be found under `build/<target-triple>/test/` for the given
`<target-triple>`. To force-rerun a test (e.g. in case the test runner fails to
can be found under `build/<target-tuple>/test/` for the given
`<target-tuple>`. To force-rerun a test (e.g. in case the test runner fails to
notice a change) you can use the `--force-rerun` CLI option.
> **Note on requirements of external dependencies**