macro_rules! runtime_error {
($msg:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description
Helper macro for creating runtime errors
macro_rules! runtime_error {
($msg:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}
Helper macro for creating runtime errors