Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It's very disappointing that the Rust community has opted to go back and change the definition of "safety" instead of actually tackling this problem head-on, all due to a self-imposed deadline there is no need to actually meet.


Rust's basic guarantee has been, and continues to be: unless code uses `unsafe`, it is guaranteeed to be memory safe. The issue under discussion doesn't change that -- it's largely about what such `unsafe` code is allowed to do and assume. I've laid this out in a bit more detail in a comment below (https://news.ycombinator.com/item?id=9447938)


The definition of 'unsafe' has not changed.




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

Search: