Macro radiate_bail

Source
macro_rules! radiate_bail {
    ($($tt:tt)+) => { ... };
}