[Roadmap] No output after cargo check #6624
Labels
C-bug
Category: Clippy is not doing the correct thing
C-tracking-issue
Category: Tracking Issue
P-high
Priority: High
Currently when
cargo clippy
is run aftercargo check
, it does not produceany output. This is especially problematic since
rust-analyzer
is on the riseand it uses
cargo check
for 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 --fix
command or the support of multi-spansuggestions in
rustfix
.More on this issue in #4612
Steps to completion:
The text was updated successfully, but these errors were encountered: