- cross-posted to:
- rust@programming.dev
- cross-posted to:
- rust@programming.dev
You must log in or # to comment.
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”…


