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

`unsafe` before a block simply means "the following code has been manually checked for memory safety, because the compiler is unable to automatically do so". Before a function it means "this can only be called from an unsafe block, because the compiler cannot enforce the preconditions it requires to ensure memory safety". What alternative term would make you feel less bad?


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

Search: