We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7813ef commit b97fc6dCopy full SHA for b97fc6d
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 0 src/tools/compiletest && \
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 --document-hidden-items\" python3 ../x.py doc --stage 0 library/test && \
+ RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library compiler rustdoc rustfmt clippy miri && \
50
/scripts/validate-toolstate.sh && \
51
/scripts/validate-error-codes.sh && \
52
reuse lint && \
0 commit comments