This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Description
I'm using this in VSCode settings.json:
{
"rust-analyzer.checkOnSave.command": "clippy",
}
it works good.
But I would like to have rustc errors before and only after the clippy errors/warnings because sometimes clippy can take many more seconds than rustc.
Is there a way to invert the order?