macro_rules! internal_err {
($reason:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}Expand description
Macro to create an internal error result with automatic source location capture
macro_rules! internal_err {
($reason:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}Macro to create an internal error result with automatic source location capture