Y
Hacker News
new
|
ask
|
show
|
jobs
by
int_19h
1476 days ago
That's part of what the Rust borrow checker does for you: tracking who owns what and enforcing single ownership makes data races that much harder to cause.