-
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" #2566
Comments
Ok I can still run it by running |
Same problem, although
|
I think the issue is that cargo is now passing |
I think you are right. The commit that caused this is probably this: The test case even verifies that the test program |
@rcoh I assume you use the nightly toolchain, did you rebuild clippy after upgrading nightly? |
Well, it can't be the "clippy" argument because stable also does that. I also think it has something to do with clap. |
I am pretty sure that this is the issue, the This works for me: mthiesen@cb2ef1e I just remove the |
I think that this recent change to the arguments (47a7066) should be reverted. It was just a temporary hiccup that nightly cargo was not forwarding the command name to subcommands. |
Thank you all for the diagnostics work. I should've payed more attention to why I need to make this change... |
The issue is still reproducible with the error message
|
Should the issue be reopened if it's still reproducible? I couldn't find an open issue for this. |
That'd be great. |
Todays nightly breakage:
fails with
I have on ideas what is going on there :/ I tried adding --verbose but that didn't help at all.
The text was updated successfully, but these errors were encountered: