Constant zebra_test::command::NO_MATCHES_REGEX_ITER

source ·
pub const NO_MATCHES_REGEX_ITER: &[&str];
Expand description

A CollectRegexSet iterator that never matches anything.

Used to work around type inference issues in TestChild::with_failure_regex_iter.