jwr1@kbin.earth to Rust@programming.dev · 1 month agoAnnouncing Rust 1.92.0 | Rust Blogblog.rust-lang.orgexternal-linkmessage-square15linkfedilinkarrow-up139arrow-down10cross-posted to: rust@programming.dev
arrow-up139arrow-down1external-linkAnnouncing Rust 1.92.0 | Rust Blogblog.rust-lang.orgjwr1@kbin.earth to Rust@programming.dev · 1 month agomessage-square15linkfedilinkcross-posted to: rust@programming.dev
minus-squareINeedMana@piefed.ziplinkfedilinkEnglisharrow-up2·1 month 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.