Function run_make_support::assert_contains
source ยท pub fn assert_contains<S1: AsRef<str>, S2: AsRef<str>>(haystack: S1, needle: S2)Expand description
Check that haystack contains needle. Panic otherwise.
pub fn assert_contains<S1: AsRef<str>, S2: AsRef<str>>(haystack: S1, needle: S2)Check that haystack contains needle. Panic otherwise.