Post #4182672
2026-07-28 04:43 UTC
@mort@floss.social @shac@ioc.exchange you forgot Rust in that list, which panics on unwrapping None (analogous to null pointer exception) and out-of-bounds array indexing
Replies (1)
-
@idkrn@infosec.exchange 2026-07-29 04:19
@bugaevc@floss.social calling unwrap() is an explicit choice to panic. It’s not a restriction of the language