… In fact, we strongly recommend writing new projects entirely in Rust to avoid data races altogether …

… We did however find two pure Rust races … What issues we did find were mistakes in the implementations of low-level and explicitly unsafe multithreading abstractions — and those mistakes were simple to fix. This is in contrast to many of our C++ races …