diff options
| author | bors <bors@rust-lang.org> | 2025-10-03 08:43:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-10-03 08:43:43 +0000 |
| commit | dd091003ace19d9556c647d87f7a9cd1e8dcc17e (patch) | |
| tree | e664b8e4a5837e0f2245f51c41765da6fce596cf /src/ci/docker | |
| parent | 3b8665c5ab3aeced9b01672404c3764583e722ca (diff) | |
| parent | c7d6857f750a8c957ebca81340faa379cc3d110f (diff) | |
| download | rust-dd091003ace19d9556c647d87f7a9cd1e8dcc17e.tar.gz rust-dd091003ace19d9556c647d87f7a9cd1e8dcc17e.zip | |
Auto merge of #145898 - lolbinarycat:rustdoc-search-trait-parent, r=GuillaumeGomez,notriddle
If a trait item appears in rustdoc search, hide the corrosponding impl items fixes rust-lang/rust#138251 cc `@notriddle`
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/host-x86_64/pr-check-2/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/pr-check-2/Dockerfile b/src/ci/docker/host-x86_64/pr-check-2/Dockerfile index d6470e4deb8..0a95f428f5b 100644 --- a/src/ci/docker/host-x86_64/pr-check-2/Dockerfile +++ b/src/ci/docker/host-x86_64/pr-check-2/Dockerfile @@ -32,7 +32,7 @@ ENV SCRIPT \ python3 ../x.py clippy ci --stage 2 && \ python3 ../x.py test --stage 1 core alloc std test proc_macro && \ python3 ../x.py test --stage 1 src/tools/compiletest && \ - python3 ../x.py doc bootstrap && \ + python3 ../x.py doc bootstrap --stage 1 && \ # Build both public and internal documentation. RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc compiler --stage 1 && \ RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc library --stage 1 && \ |
