c/rust · by Ephera@lemmy.ml · 76dAnnouncing Rust 1.96.0 | Rust Blog https://blog.rust-lang.org/2026/05/28/Rust-1.96.0/19 points · 1 comments · view on lemmy.world
1 Comments
Ephera@lemmy.ml · 4 pts · 76d
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"...