Macro concordium_std::fail[][src]

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

The fail macro is used for testing as a substitute for the panic macro. It reports back error information to the host. Used only in testing.