Hacker News new | ask | show | jobs
by seabrookmx 191 days ago
Exactly. Or Rust wouldn't be memory safe due to the existence of unwrap().

Not that crashing can't be bad, as we saw recently with Cloudflare's recent unwrap-based incident.

1 comments

Even without unwrap, Rust could still crash on array out of bounds access. And probably more similar cases.