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

It is not enough to check your unsafe code for UB, you also need to make sure it does not violate the invariants Rust relies on to prove the safe code safe.



...which I consider as one of the bullet points in the list when checking UB in unsafe code.


????

Whatever that means lol

You mean the borrow checker? People are working on formally proving that, and have already done so for large subsets of the language.


They mean that in unsafe code, you have to adhere to some rules to prevent safe code from becoming unsafe.

In other words, incorrect code in "unsafe Rust" can cause safety issues that only appear when you use it in a certain way from "safe Rust".




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

Search: