We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deba5dd commit 1300c8dCopy full SHA for 1300c8d
src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -45,6 +45,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
45
python3 ../x.py test --stage 0 src/tools/compiletest && \
46
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
47
# Build both public and internal documentation.
48
+ RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 compiler && \
49
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 && \
0 commit comments