And the difference is more useful in the more common scenario of editing code and checking it. Though those days, language servers like rust-analyzer do essentially replace cargo check.
Taking the alacritty project and modifying the source files to pretend something happened:
Comments
It's the compilation that is slow, not the checking. You can observe this by comparing "cargo check" and "cargo build".
And the difference is more useful in the more common scenario of editing code and checking it. Though those days, language servers like rust-analyzer do essentially replace cargo check.
Taking the alacritty project and modifying the source files to pretend something happened:
I wish it was faster, but I will take the speedup that I can!