]> git.lizzy.rs Git - rust.git/commitdiff
Test documentation of hidden items in std
authorChris Denton <christophersdenton@gmail.com>
Fri, 16 Dec 2022 19:33:24 +0000 (19:33 +0000)
committerChris Denton <christophersdenton@gmail.com>
Fri, 16 Dec 2022 20:21:43 +0000 (20:21 +0000)
src/ci/docker/host-x86_64/mingw-check/Dockerfile

index 40caa7c50135d31dae92b8331501572436f874dd..076a427c988b487b38eea93faca408a5bbcb4963 100644 (file)
@@ -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 && \