macro_rules! consistency_panic { ($($arg:tt)*) => { ... }; }
Expand description
Log an error message for breaking consistency, then panic if strict consistency is required. The log message will be suppressed if it is called too frequently.
macro_rules! consistency_panic { ($($arg:tt)*) => { ... }; }
Log an error message for breaking consistency, then panic if strict consistency is required. The log message will be suppressed if it is called too frequently.