foundry_compilers_core

Macro bail

source
macro_rules! bail {
    ($($tt:tt)*) => { ... };
}