Closed
Description
Currently clippy-driver
is a RUSTC_WRAPPER
, i.e. it takes the name of the rustc
executable as its first parameter.
What we should do is make it so that clippy-driver --wrapper
is the RUSTC_WRAPPER
, and then migrate cargo-clippy
over to this. This opens up using the clippy-driver
as a direct rustc drop-in in cargo clippy-preview
.
This intermediate step is necessary so that cargo-clippy
continues to work while we hack on cargo clippy-preview
cc @yaahallo
Metadata
Metadata
Assignees
Labels
No labels