Macro rustracer::not_matches
source · macro_rules! not_matches { ($a:expr,$c:expr) => { ... }; }
Expand description
Support macro to check what type of token mismatch occurs.
macro_rules! not_matches { ($a:expr,$c:expr) => { ... }; }
Support macro to check what type of token mismatch occurs.