Function cargo_test_support::compare::assert_match_exact
source ยท pub(crate) fn assert_match_exact(expected: &str, actual: &str)
Expand description
Convenience wrapper around match_exact
which will panic on error.
pub(crate) fn assert_match_exact(expected: &str, actual: &str)
Convenience wrapper around match_exact
which will panic on error.