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

> In a language like Rust there are no unexpected errors

What? Of course there is. Rust added panic! exactly because unexpected errors are quite possible.

Unexpected errors, or exceptions as they are conventionally known, are a condition that arises when the programmer made a mistake. Rust does not have a complete type system. Mistakes that only show up at runtime absolutely can be made.



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

Search: