-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: multiple input filenames provided with clippy 0.0.191 and last nightly #2602
Labels
C-bug
Category: Clippy is not doing the correct thing
Comments
We have some weird code that checks the first argument and removes it if it is rustc, maybe we can now remove it unconditionally |
We have some weird code that checks the first argument and removes it if it is rustc, seems to not work for paths |
@mcilloni Is this still happening for you when using Clippy via Rustup? |
I think we can close this now, since we cannot reproduce this anymore. |
kellerkindt
added a commit
to kellerkindt/bachelor-thesis
that referenced
this issue
Mar 11, 2024
kellerkindt
added a commit
to kellerkindt/bachelor-thesis
that referenced
this issue
Mar 11, 2024
…ust-clippy#2602" This reverts commit 3d0092d.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like in #2566, clippy is failing on my system with a "multiple input filenames" error. I cannot find any way to work around this, and invoking
cargo-clippy
directly leads to the same error.The text was updated successfully, but these errors were encountered: