Macro bail_limits_exceeded

Source
macro_rules! bail_limits_exceeded {
    ($($arg:tt)*) => { ... };
}