macro_rules! brain_fail {
    ($msg:expr) => { ... };
    ($msg:expr, $actions:expr) => { ... };
}