You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add ergonomic test errors and string comparisons
Test functions only require Debug for their error type, so TestError can accept
both standard errors and Exn without relying on a boxed error as the public
result type. Direct, asymmetric comparisons with string slices and owned strings
keep assertions concise while retaining Display semantics.
Commit Statistics
3 commits contributed to the release over the course of 8 calendar days.