A separate issue is that most Rust introductory and promotional material states that Rust "pursues the trifecta: speed, safety, and concurrency".
So, here's a revised proposal:
Rust is a systems programming language that targets speed, safety, and concurrency. Idiomatic Rust is blazingly fast and enables parallelism without sacrificing memory safety or risking undefined behavior.