Currently when cargo clippy is run after cargo check, it does not produce
any output. This is especially problematic since rust-analyzer is on the rise
and it uses cargo check for checking code. A fix is already implemented, but
it still has to be pushed over the finish line. This also includes the
stabilization of the cargo clippy --fix command or the support of multi-span
suggestions in rustfix.
More on this issue in #4612
Steps to completion:
Currently when
cargo clippyis run aftercargo check, it does not produceany output. This is especially problematic since
rust-analyzeris on the riseand it uses
cargo checkfor checking code. A fix is already implemented, butit still has to be pushed over the finish line. This also includes the
stabilization of the
cargo clippy --fixcommand or the support of multi-spansuggestions in
rustfix.More on this issue in #4612
Steps to completion: