Macro assert_error

Source
macro_rules! assert_error {
    ($error:expr, $matcher:expr) => { ... };
}