280
How One Uncaught Rust Exception Took Out Cloudflare
(hackaday.com)
This is a most excellent place for technology news and articles.
Rust has exceptions? Is that new?
No, the article is just not very precise with its words. It was causing the program to panic.
They're probably trying to write it in a way that non-Rust-developers can understand.
Well... catch_unwind, but i don't think you can rely on it.