Replies: 1 comment
-
When submitting a PR you'll have to submit a standalone test in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When debugging #7479, I clone this repo and build my own
clippy-driver
andcargo-clippy
. After passing theDYLD_LIBRARY_PATH
it can run with-h
but fail with:I wonder if there is a smooth way to test a local compile clippy like
cargo clippy --binpath ...
or alternative I can test out my modifications.Beta Was this translation helpful? Give feedback.
All reactions