Macro consistency_panic

Source
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.