macro_rules! not_matches {
    ($a:expr,$c:expr) => { ... };
}
Expand description

Support macro to check what type of token mismatch occurs.