Ephera@lemmy.ml to Rust Programming@lemmy.ml · 1 month agoAnnouncing Rust 1.96.0 | Rust Blogblog.rust-lang.orgexternal-linkmessage-square1linkfedilinkarrow-up119arrow-down10
arrow-up119arrow-down1external-linkAnnouncing Rust 1.96.0 | Rust Blogblog.rust-lang.orgEphera@lemmy.ml to Rust Programming@lemmy.ml · 1 month agomessage-square1linkfedilink
minus-squareEphera@lemmy.mlOPlinkfedilinkarrow-up5·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”…