We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x clippy --stage 1
1 parent 20fbc29 commit a9679b9Copy full SHA for a9679b9
src/ci/docker/host-x86_64/x86_64-gnu-llvm-16/Dockerfile
@@ -61,4 +61,6 @@ ENV SCRIPT ../x.py --stage 2 test --exclude src/tools/tidy && \
61
# work.
62
#
63
../x.ps1 --stage 2 test tests/ui --pass=check \
64
- --host='' --target=i686-unknown-linux-gnu
+ --host='' --target=i686-unknown-linux-gnu && \
65
+ # Run clippy just to make sure it doesn't error out; we don't actually want to gate on the warnings though.
66
+ python3 ../x.py --stage 1 clippy -Awarnings
0 commit comments