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
Hi, thanks for the report! This is a known issue and will eventually be fixed by #3837. You can also run touch src/main.rs to display the lint messages again.
This issue is still tracked in #3837 and we're currently waiting for cargo to stabilize some internals to get the fix to stable. In the meantime you can use cargo clippy -Zunstable-options on nightly, where this should be fixed.
Running
cargo clippy
then making changes seems to hide all lints; requires removingtarget/debug/build
.How to trigger the problem
cargo clippy
. Make sure this outputs lint messages.cargo clippy
.cargo clippy
. Problem: no lint messages are displayed.rm -r target/debug/build
and/orrm -r target/debug/build
(make sure to delete a folder with files in it).cargo clippy
. Workaround: the messages are visible again.Version info
The text was updated successfully, but these errors were encountered: