Hacker News new | past | comments | ask | show | jobs | submit login

> Rust detects the faulty Go cases of course

Yes Rust’s ownership rules make it rather complicated to reproduce the faulty behaviour, as it’s about sharing mutable state which Rust intensely dislikes. You’d need to wilfully share (and update) internally mutable structures (cells, atomics) which is pretty noticeable and not something you do by mistake.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: