Skip to content

Conversation

jieyouxu
Copy link
Member

@jieyouxu jieyouxu commented Sep 19, 2024

This PR registers tool docs for src/tools/compiletest, meaning that

$ ./x doc src/tools/compiletest

or

$ ./x doc compiletest

will now generate docs, like for run-make-support.

Fixes #130564.

@rustbot
Copy link
Collaborator

rustbot commented Sep 19, 2024

r? @wesleywiser

rustbot has assigned @wesleywiser.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Sep 19, 2024
@jieyouxu
Copy link
Member Author

r? bootstrap

@rustbot rustbot assigned Kobzol and unassigned wesleywiser Sep 19, 2024
@jieyouxu jieyouxu added the A-compiletest Area: The compiletest test runner label Sep 19, 2024
@Kobzol
Copy link
Member

Kobzol commented Sep 20, 2024

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Sep 20, 2024

📌 Commit 08453d5 has been approved by Kobzol

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 20, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 20, 2024
…iaskrgr

Rollup of 3 pull requests

Successful merges:

 - rust-lang#130485 (Do not expect infer/bound/placeholder/error in v0 symbol mangling)
 - rust-lang#130567 (Register tool docs for compiletest)
 - rust-lang#130582 (rustdoc: use the correct span for doctests)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit ee2bec0 into rust-lang:master Sep 20, 2024
6 checks passed
@rustbot rustbot added this to the 1.83.0 milestone Sep 20, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Sep 20, 2024
Rollup merge of rust-lang#130567 - jieyouxu:tool-docs-compiletest, r=Kobzol

Register tool docs for compiletest

This PR registers tool docs for `src/tools/compiletest`, meaning that

```
$ ./x doc src/tools/compiletest
```

or

```
$ ./x doc compiletest
```

will now generate docs, like for `run-make-support`.

Fixes rust-lang#130564.
@jieyouxu jieyouxu deleted the tool-docs-compiletest branch September 20, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Tool docs not registered for compiletest
5 participants