Hacker News new | ask | show | jobs
by loqi 3739 days ago
Rust disallows mutation of multiply-referenced data, which prevents things like iterator invalidation and data races.