We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x clippy --stage 1
1 parent e5c2af4 commit b26ac3dCopy full SHA for b26ac3d
src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/script.sh
@@ -47,3 +47,7 @@ fi
47
# This is intended to make sure that both `--pass=check` continues to
48
# work.
49
../x.ps1 --stage 2 test tests/ui --pass=check --host='' --target=i686-unknown-linux-gnu
50
+
51
+# Run clippy just to make sure it doesn't error out; we don't actually want to gate on the warnings
52
+# though.
53
+../x.py --stage 1 clippy -Awarnings
0 commit comments