Macro cargo_test_support::compare::regex
source ยท macro_rules! regex { ($re:literal $(,)?) => { ... }; }
Expand description
This makes it easier to write regex replacements that are guaranteed to only get compiled once
macro_rules! regex { ($re:literal $(,)?) => { ... }; }
This makes it easier to write regex replacements that are guaranteed to only get compiled once