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