Ephera@lemmy.ml to Rust Programming@lemmy.ml · 1 month agoAnnouncing Rust 1.96.0 | Rust Blogblog.rust-lang.orgexternal-linkmessage-square1fedilinkarrow-up115arrow-down10cross-posted to: [email protected]
arrow-up115arrow-down1external-linkAnnouncing Rust 1.96.0 | Rust Blogblog.rust-lang.orgEphera@lemmy.ml to Rust Programming@lemmy.ml · 1 month agomessage-square1fedilinkcross-posted to: [email protected]
minus-squareEphera@lemmy.mlOPlinkfedilinkarrow-up3·1 month agoGlad that assert_matches!() is finally stable. Pulling in a dependency for that functionality never felt good, nor having to provide an elaborate format-string every time, just to get more information than “should’ve been true, but was false”…
Glad that
assert_matches!()is finally stable. Pulling in a dependency for that functionality never felt good, nor having to provide an elaborate format-string every time, just to get more information than “should’ve beentrue, but wasfalse”…