Earlier quoted context omitted.
People also write Rust code that is not memory-safe. https://materialize.com/blog/rust-concurrency-bug-unbounded-...
But not "routinely".
https://github.com/trifectatechfoundation/sudo-rs
https://grep.app/search?f.repo=trifectatechfoundation%2Fsudo...
And Miri is very popular in Rust. Even if a Rust project doesn't have unsafe, sometimes people still run Miri with it, since dependencies might have messed up their unsafe usage.