Macro runtime_error

Source
macro_rules! runtime_error {
    ( $( $arg: tt )* ) => { ... };
}
Expand description

Generate a message (in the style of format! macro), log it at level error and raise a runtime error.