diff options
| author | Chris Denton <christophersdenton@gmail.com> | 2022-12-16 19:33:24 +0000 |
|---|---|---|
| committer | Chris Denton <christophersdenton@gmail.com> | 2022-12-16 20:21:43 +0000 |
| commit | 3d852f60aae5e720719626b367a83db6e839d5cd (patch) | |
| tree | 768895e17d9a48c2d8fc1f229d2f829a59c33a4d | |
| parent | 63b3bac77cece3b4efb3e481ebc9139fedaa0535 (diff) | |
| download | rust-3d852f60aae5e720719626b367a83db6e839d5cd.tar.gz rust-3d852f60aae5e720719626b367a83db6e839d5cd.zip | |
Test documentation of hidden items in std
| -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 && \ |
