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

> Note that this function may not catch all panics in Rust. A panic in Rust is not always implemented via unwinding, but can be implemented by aborting the process as well. This function only catches unwinding panics, not those that abort the process.



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

Search: