Ephera@lemmy.ml to Rust Programming@lemmy.ml · 2 hours agoAnnouncing Rust 1.96.0 | Rust Blogblog.rust-lang.orgexternal-linkmessage-square1fedilinkarrow-up19arrow-down10
arrow-up19arrow-down1external-linkAnnouncing Rust 1.96.0 | Rust Blogblog.rust-lang.orgEphera@lemmy.ml to Rust Programming@lemmy.ml · 2 hours agomessage-square1fedilink
minus-squareEphera@lemmy.mlOPlinkfedilinkarrow-up3·2 hours 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”…