The failure output from assertables::assert_matches! could be clearer.
Current output:
assertion failed: `assert_matches!(a)`
https://docs.rs/assertables/10.1.0/assertables/macro.assert_matches.html
This crate could perhaps be more consistent with std::assert_matches! in Rust 1.96, which uses output along the lines of:
assertion `left matches right` failed
The failure output from
assertables::assert_matches!could be clearer.Current output:
This crate could perhaps be more consistent with
std::assert_matches!in Rust 1.96, which uses output along the lines of: