jwr1@kbin.earth to Rust@programming.dev · 27 days agoAnnouncing Rust 1.92.0 | Rust Blogblog.rust-lang.orgexternal-linkmessage-square13fedilinkarrow-up138arrow-down10cross-posted to: rust@programming.dev
arrow-up138arrow-down1external-linkAnnouncing Rust 1.92.0 | Rust Blogblog.rust-lang.orgjwr1@kbin.earth to Rust@programming.dev · 27 days agomessage-square13fedilinkcross-posted to: rust@programming.dev
minus-squareINeedMana@piefed.ziplinkfedilinkEnglisharrow-up2·26 days ago use core::convert::Infallible; fn can_never_fail() -> Result<(), Infallible> { Judging by recently discovered use of unwrap this might be a trap for some ;D
Judging by recently discovered use of
unwrapthis might be a trap for some ;DExpand.