We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cargo clippy started to fail on my crates this morning, after routine rustup update Apparently, the problem is reproduced on a fresh crate as well:
cargo clippy
rustup update
$ cargo new --lib xxx Created library `xxx` project $ cd xxx/ $ cargo clippy lib: xxx Compiling xxx v0.1.0 (file:///Volumes/rust/xxx) error: multiple input filenames provided error: Could not compile `xxx`. To learn more, run the command again with --verbose. $ cargo -V cargo 1.26.0-nightly (d10ec661b 2018-03-20) $ rustc -V rustc 1.26.0-nightly (f5631d9ac 2018-03-24) $ cargo clippy -V 0.0.189
The text was updated successfully, but these errors were encountered:
Maybe the flipside of rust-lang/cargo#5208? Workaround seems to be running cargo-clippy directly.
cargo-clippy
Sorry, something went wrong.
Hi, looks like a duplicate of #2566
@andjo403 Indeed, thanks!
No branches or pull requests
cargo clippy
started to fail on my crates this morning, after routinerustup update
Apparently, the problem is reproduced on a fresh crate as well:
The text was updated successfully, but these errors were encountered: