Skip to content

Commit 1aeb3f9

Browse files
committed
Clarify documentation about running binaries
The requirement for target documentation talks about "running tests", but tier 3 targets often don't support running the full testsuite, and in practice the documentation for how to run an individual binary may be more useful. Change "running tests" to "running binaries, or running tests".
1 parent 9a016ba commit 1aeb3f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/rustc/src/target-tier-policy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ approved by the appropriate team for that shared code before acceptance.
188188
target not implementing those portions.
189189
- The target must provide documentation for the Rust community explaining how
190190
to build for the target, using cross-compilation if possible. If the target
191-
supports running tests (even if they do not pass), the documentation must
192-
explain how to run tests for the target, using emulation if possible or
193-
dedicated hardware if necessary.
191+
supports running binaries, or running tests (even if they do not pass), the
192+
documentation must explain how to run such binaries or tests for the target,
193+
using emulation if possible or dedicated hardware if necessary.
194194
- Tier 3 targets must not impose burden on the authors of pull requests, or
195195
other developers in the community, to maintain the target. In particular,
196196
do not post comments (automated or manual) on a PR that derail or suggest a

0 commit comments

Comments
 (0)