Well, the compiler tests every single db query on the app for you
For larger codebases it's a dream, you could even skip some unit tests
I'm someone that enjoys a lot more writing code than testing my apps so rust feels right for me.
also, I like functional programming and immutability which Rust does great