Macro generic_error

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