We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be33e4f commit 0bff994Copy full SHA for 0bff994
src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -51,7 +51,8 @@ ENV SCRIPT \
51
/scripts/check-default-config-profiles.sh && \
52
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
53
python3 ../x.py clippy bootstrap -Dwarnings && \
54
- python3 ../x.py clippy compiler library -Aclippy::all -Dclippy::correctness && \
+ python3 ../x.py clippy library -Aclippy::all -Dclippy::correctness && \
55
+ python3 ../x.py clippy compiler -Aclippy::all -Dclippy::correctness -Dclippy::clone_on_ref_ptr && \
56
python3 ../x.py build --stage 0 src/tools/build-manifest && \
57
python3 ../x.py test --stage 0 src/tools/compiletest && \
58
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
0 commit comments