Hacker News new | ask | show | jobs
by foldr 606 days ago
Yes, but that's not Rust's error management strategy. Most Rust code isn't written with recovery from panics in mind, so it can have unintended consequences if you catch panics and then retry.