You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first clippy/check creates the target dir including target/.rustc_info.json, it seems failures aren't recorded in .rustc_info.json if it doesn't exist yet
In the second command cargo records the result of the target info acquisition under a different hash
The third command uses the same hash to retrieve the previously failed result
The issue being CLIPPY_ARGS is not taken into account when creating the hash
Summary
I'm pretty sure it's not supposed to do that...
Btw, I've seen similar behavior to other tools (rustc, rust-analyzer), but managed to make a small reproducer only for clippy.
Reproducer
Type all of those
Final call to clippy fails with no options
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: