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
error: failed to run `rustc` to learn about target-specific information
Caused by:
process didn't exit successfully: `/Users/spekalsg3/.rustup/toolchains/1.81-aarch64-apple-darwin/bin/clippy-driver /Users/spekalsg3/.rustup/toolchains/1.81-aarch64-apple-darwin/bin/rustc - --crate-name ___ --print=file-names --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg` (exit status: 1)
--- stderr
error: multiple input filenames provided (first two filenames are `-` and `feature="cargo-clippy"`)
Error log with rust 1.84.0-aarch64-apple-darwin (most recent stable at the moment):
Checking repr v0.1.0 (/Users/spekalsg3/repr)
error: multiple input filenames provided (first two filenames are `src/main.rs` and `clippy`)
error: could not compile `repr` (bin "repr") due to 1 previous error
Reproducer
Steps to reproduce:
cargo new ./repr &&cd repr
cargo clippy -- -D
Replace -D with any other argument (i.e. -W, -A, -D, -F).
Summary
Error log with rust
1.81-aarch64-apple-darwin
:Error log with rust
1.84.0-aarch64-apple-darwin
(most recent stable at the moment):Reproducer
Steps to reproduce:
Replace
-D
with any other argument (i.e.-W
,-A
,-D
,-F
).Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: