Macro errors::ffx_bail

source ยท
macro_rules! ffx_bail {
    ($msg:literal $(,)?) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}