jwr1@kbin.earth to Rust@programming.dev · 1 month agoAnnouncing Rust 1.92.0 | Rust Blogblog.rust-lang.orgexternal-linkmessage-square15fedilinkarrow-up138cross-posted to: rust@programming.dev
arrow-up138external-linkAnnouncing Rust 1.92.0 | Rust Blogblog.rust-lang.orgjwr1@kbin.earth to Rust@programming.dev · 1 month agomessage-square15fedilinkcross-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.