We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b3bac commit 3d852f6Copy full SHA for 3d852f6
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 && \
46
python3 ../x.py test --stage 2 src/tools/tidy && \
47
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
48
# Build both public and internal documentation.
49
- 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 && \
50
/scripts/validate-toolstate.sh && \
51
/scripts/validate-error-codes.sh && \
52
reuse lint && \
0 commit comments