Macro hack_rust_buggy_macros

Source
macro_rules! hack_rust_buggy_macros {
    ($name: ident, $ty: ident, $e: ident, $data: ty) => { ... };
    ($name: ident, $ty: ty, $($e: ident)?, $($data: ty)?) => { ... };
}
Available on crate feature simple-error only.
Expand description

This macro is internal and called by another macro.