mesa@piefed.social to Technology@lemmy.worldEnglish · 14 hours agoHow One Uncaught Rust Exception Took Out Cloudflarehackaday.comexternal-linkmessage-square28fedilinkarrow-up1168arrow-down13
arrow-up1165arrow-down1external-linkHow One Uncaught Rust Exception Took Out Cloudflarehackaday.commesa@piefed.social to Technology@lemmy.worldEnglish · 14 hours agomessage-square28fedilink
minus-squaresolrize@lemmy.mllinkfedilinkEnglisharrow-up1·12 hours agoRust has exceptions? Is that new?
minus-squareNGram@piefed.calinkfedilinkEnglisharrow-up14·12 hours agoNo, the article is just not very precise with its words. It was causing the program to panic.
minus-squaredan@upvote.aulinkfedilinkEnglisharrow-up3·10 hours agoThey’re probably trying to write it in a way that non-Rust-developers can understand.
minus-squarecalcopiritus@lemmy.worldlinkfedilinkEnglisharrow-up4·10 hours agoReplace uncaught exception for unhanded error.
minus-squarevext01@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·9 hours agoWell… catch_unwind, but i don’t think you can rely on it.
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.
Replace uncaught exception for unhanded error.
Well… catch_unwind, but i don’t think you can rely on it.