jwr1@kbin.earth to Rust@programming.dev · 2 days agoAnnouncing Rust 1.92.0 | Rust Blogblog.rust-lang.orgexternal-linkmessage-square15fedilinkarrow-up133arrow-down10cross-posted to: [email protected]
arrow-up133arrow-down1external-linkAnnouncing Rust 1.92.0 | Rust Blogblog.rust-lang.orgjwr1@kbin.earth to Rust@programming.dev · 2 days agomessage-square15fedilinkcross-posted to: [email protected]
minus-squareINeedMana@piefed.ziplinkfedilinkEnglisharrow-up1·1 day 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.