[][src]Macro rye::fail

macro_rules! fail {
    ($ctx:ident) => { ... };
    ($ctx:ident, $($arg:tt)+) => { ... };
}

Mark the current test case as failed and then terminate its execution.