Comment by carlmr

2 days ago

>And it looks even more dire when you want to add clang-tidy in the mix. It can take like 5 solid minutes to lint even small projects.

And running all tests with sanitizers, just to get some runtime checks of what Rust excludes at compile time.

I love Rust for the fast compile times.