macro_rules! internal {
($message:expr) => { ... };
($format:expr, $( $val:expr ),+) => { ... };
}Expand description
Display an internal error message with file and line info.
Internal errors are bugs or failed invariants in your program, hence file and line info are useful for debugging.