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

> Unsafe in Rust is not unsafe in the same sense that C/C++ UB is unsafe. Unsafe in Rust means "soundness cannot be statically verified

Right.

But as sibling points out, the rest of your sentence is incorrect. The language mostly does not insert additional, runtime checks and you are allowed to create UB-level bad behavior in unsafe blocks.




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

Search: