diff options
| author | bors <bors@rust-lang.org> | 2022-12-17 06:27:30 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-12-17 06:27:30 +0000 |
| commit | fde300029933d20140550458b1a90420d2f55163 (patch) | |
| tree | 443039cde30e51bd1f74775bb3b35ed1670cdac8 /src | |
| parent | 74699b82cac980b9fb423a4ec2f131209b6a7630 (diff) | |
| parent | 8534fd30892fc6e29d497da70798d2d7954aa09b (diff) | |
Auto merge of #105794 - ChrisDenton:internal-doc, r=jyn514
Add CI test for documentation of hidden items in std Fixes #87844 r? `@jyn514`
Diffstat (limited to 'src')
| -rw-r--r-- | src/ci/docker/host-x86_64/mingw-check/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/mingw-check/Dockerfile b/src/ci/docker/host-x86_64/mingw-check/Dockerfile index 40caa7c5013..076a427c988 100644 --- a/src/ci/docker/host-x86_64/mingw-check/Dockerfile +++ b/src/ci/docker/host-x86_64/mingw-check/Dockerfile @@ -46,7 +46,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \ python3 ../x.py test --stage 2 src/tools/tidy && \ python3 ../x.py test --stage 0 core alloc std test proc_macro && \ # Build both public and internal documentation. - RUSTDOCFLAGS="--document-private-items" python3 ../x.py doc --stage 0 library/test && \ + RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 library/test && \ /scripts/validate-toolstate.sh && \ /scripts/validate-error-codes.sh && \ reuse lint && \ |
