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