Macro error_parse

Source
macro_rules! error_parse {
    ($($t:tt)*) => { ... };
}