Hacker News new | ask | show | jobs
by flumpcakes 1786 days ago
> outside of unsafe blocks, you know your code is safe

Only for some common memory mistakes. And ony if the compiler doesn't have a bug. This sounds like a nitpic, but let's be clear that Rust is not "safe" as if it was some global quality that covered all of the language.

1 comments

> Only for some common memory mistakes.

Yes, I’m talking about memory safety, because memory bugs cause most vulnerabilities.