Earlier quoted context omitted.
This is giving Rust a bit too much credit though. - Memory leaks are not just possible in Rust, they're easy to write and mildly encouraged by the constraints the language places on you. IME I see more leaks in Rust in the wild than in C, C#, Python, C++, ... - You can absolutely have data races in a colloquial sense in Rust, just not in the sense of the narrower definition they created to be able to say they don't h…
There's some truth in what you're saying, but its also wildly exaggerated and “everything that is exaggerated is insignificant”.
Such as?
> everything that is exaggerated is insignificant
But are the non-exaggerated things significant?