macro_rules! ERROR_IMPL {
    ($($t: tt)+) => { ... };
}