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
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
I'm using this in VSCode
settings.json:{ "rust-analyzer.checkOnSave.command": "clippy", }it works good.
But I would like to have
rustcerrors before and only after theclippyerrors/warnings because sometimesclippycan take many more seconds thanrustc.Is there a way to invert the order?