Macro attempt

Source
macro_rules! attempt {
    ($mistake:expr, $errors:expr) => { ... };
}