Macro impl_expect_err_internal

Source
macro_rules! impl_expect_err_internal {
    () => { ... };
    ($first:expr) => { ... };
    ($first:expr, $($rest:expr),*) => { ... };
}