Hacker News new | ask | show | jobs
by zamalek 1644 days ago
> Not having data races is one of the key benefits of using Rust

Exactly. Lifetimes, borrowing, etc. are the complexity of thread safety. It's like saying that airplanes are easy to fly, if you replace the airplane with a car.