Hacker News new | ask | show | jobs
by volta83 1898 days ago
You can also create races in safe Rust by using the file system, no concurrency primitives necessary (just create a new file, close it, and re-open it assuming it's still there..).

What safe Rust doesn't have is _data races_.